#B15D17

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

Shades of Rich Gold #B15D17

Tints of Rich Gold #B15D17

Color information

#B15D17 (or 0xB15D17) is unknown color: approx Rich Gold. HEX triplet: B1, 5D and 17. RGB value is (177,93,23). Sum of RGB (Red+Green+Blue) = 177+93+23=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15D17 is #4EA2E8. Grayscale: #6E6E6E. Windows color (decimal): -5153513 or 1531313. OLE color: 1531313.

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

Color convert

RGB1779323-
CMYK00.470.870.31
HSL27.27º77%39.22%-
HSV(B)27.27º87.01%69.41%-
XYZ22.217.242.97-
YUV110.1478.83175.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.41%
GREEN value IS 93 (36.72% from 255) = 31.74%
BLUE value IS 23 (9.38% from 255) = 7.85%
R=60.41%
G=31.74%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177932300.470.870.3127.277739.22
HexB15D1702F571F1b4d27
Octal26113527057127373311547
Binary101100011011101101110101111101011111111110111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D17; }

 p { color: rgb(177,93,23); }

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

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

 a { background-color: rgb(177,93,23); }

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

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

 span { border-color: rgb(177,93,23); }

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