#B15518

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

Shades of Rich Gold #B15518

Tints of Rich Gold #B15518

Color information

#B15518 (or 0xB15518) is unknown color: approx Rich Gold. HEX triplet: B1, 55 and 18. RGB value is (177,85,24). Sum of RGB (Red+Green+Blue) = 177+85+24=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B15518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15518 is #4EAAE7. Grayscale: #696969. Windows color (decimal): -5155560 or 1594801. OLE color: 1594801.

HSL color Cylindrical-coordinate representation of color #B15518: hue angle of 23.92º 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 #B15518 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1778524-
CMYK00.520.860.31
HSL23.92º76.12%39.41%-
HSV(B)23.92º86.44%69.41%-
XYZ21.5415.912.8-
YUV105.5581.98178.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 24 (9.77% from 255) = 8.39%
R=61.89%
G=29.72%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177852400.520.860.3123.9276.1239.41
HexB15518034561F184c27
Octal26112530064126373011447
Binary101100011010101110000110100101011011111110001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15518; }

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

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

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

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

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

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

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

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