#B15419

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

Shades of Rich Gold #B15419

Tints of Rich Gold #B15419

Color information

#B15419 (or 0xB15419) is unknown color: approx Rich Gold. HEX triplet: B1, 54 and 19. RGB value is (177,84,25). Sum of RGB (Red+Green+Blue) = 177+84+25=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B15419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15419 is #4EABE6. Grayscale: #696969. Windows color (decimal): -5155815 or 1660081. OLE color: 1660081.

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

Color convert

RGB1778425-
CMYK00.530.860.31
HSL23.29º75.25%39.61%-
HSV(B)23.29º85.88%69.41%-
XYZ21.4815.762.83-
YUV105.0882.81179.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 25 (10.16% from 255) = 8.74%
R=61.89%
G=29.37%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177842500.530.860.3123.2975.2539.61
HexB15419035561F174b28
Octal26112431065126372711350
Binary101100011010100110010110101101011011111101111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15419; }

 p { color: rgb(177,84,25); }

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

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

 a { background-color: rgb(177,84,25); }

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

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

 span { border-color: rgb(177,84,25); }

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