#B15A11

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

Shades of Rich Gold #B15A11

Tints of Rich Gold #B15A11

Color information

#B15A11 (or 0xB15A11) is unknown color: approx Rich Gold. HEX triplet: B1, 5A and 11. RGB value is (177,90,17). Sum of RGB (Red+Green+Blue) = 177+90+17=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15A11 is #4EA5EE. Grayscale: #6C6C6C. Windows color (decimal): -5154287 or 1137329. OLE color: 1137329.

HSL color Cylindrical-coordinate representation of color #B15A11: hue angle of 27.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B15A11 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1779017-
CMYK00.490.900.31
HSL27.38º82.47%38.04%-
HSV(B)27.38º90.4%69.41%-
XYZ21.8916.72.6-
YUV107.6976.82177.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 17 (7.03% from 255) = 5.99%
R=62.32%
G=31.69%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177901700.490.900.3127.3882.4738.04
HexB15A110315A1F1b5226
Octal26113221061132373312246
Binary101100011011010100010110001101101011111110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A11; }

 p { color: rgb(177,90,17); }

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

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

 a { background-color: rgb(177,90,17); }

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

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

 span { border-color: rgb(177,90,17); }

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