#B16B12

Color #B16B12 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B16B12

Tints of Golden Brown #B16B12

Color information

#B16B12 (or 0xB16B12) is unknown color: approx Golden Brown. HEX triplet: B1, 6B and 12. RGB value is (177,107,18). Sum of RGB (Red+Green+Blue) = 177+107+18=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16B12 is #4E94ED. Grayscale: #767676. Windows color (decimal): -5149934 or 1207217. OLE color: 1207217.

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

Color convert

RGB17710718-
CMYK00.400.900.31
HSL33.58º81.54%38.24%-
HSV(B)33.58º89.83%69.41%-
XYZ23.519.913.18-
YUV117.7871.69170.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 107 (42.19% from 255) = 35.43%
BLUE value IS 18 (7.42% from 255) = 5.96%
R=58.61%
G=35.43%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771071800.400.900.3133.5881.5438.24
HexB16B120285A1F225226
Octal26115322050132374212246
Binary1011000111010111001001010001011010111111000101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B12; }

 p { color: rgb(177,107,18); }

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

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

 a { background-color: rgb(177,107,18); }

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

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

 span { border-color: rgb(177,107,18); }

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