#B15B18

Color #B15B18 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #B15B18

Tints of Rich Gold #B15B18

Color information

#B15B18 (or 0xB15B18) is unknown color: approx Rich Gold. HEX triplet: B1, 5B and 18. RGB value is (177,91,24). Sum of RGB (Red+Green+Blue) = 177+91+24=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15B18 is #4EA4E7. Grayscale: #6D6D6D. Windows color (decimal): -5154024 or 1596337. OLE color: 1596337.

HSL color Cylindrical-coordinate representation of color #B15B18: hue angle of 26.27º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B15B18 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1779124-
CMYK00.490.860.31
HSL26.27º76.12%39.41%-
HSV(B)26.27º86.44%69.41%-
XYZ22.0416.92.96-
YUV109.0879.99176.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 60.62%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 24 (9.77% from 255) = 8.22%
R=60.62%
G=31.16%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177912400.490.860.3126.2776.1239.41
HexB15B18031561F1a4c27
Octal26113330061126373211447
Binary101100011011011110000110001101011011111110101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B18; }

 p { color: rgb(177,91,24); }

 H1.HeaderClassName
 {
   color: #B15B18;
 }
 .AnyTagClassName
 {
   color: #B15B18;
 }
</style>
background-color css

<style>
 a { background-color: #B15B18; }

 a { background-color: rgb(177,91,24); }

 div.DivClassName
 {
   background-color: #B15B18;
 }
 .BgClassName
 {
   background-color: #B15B18;
 }
</style>
border-color css

<style>
 span { border-color: #B15B18; }

 span { border-color: rgb(177,91,24); }

 td.TdClassName
 {
   border-color: #B15B18;
 }
 .TagClassName
 {
   border-color: #B15B18;
 }
</style>