#B06916

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

Shades of Golden Brown #B06916

Tints of Golden Brown #B06916

Color information

#B06916 (or 0xB06916) is unknown color: approx Golden Brown. HEX triplet: B0, 69 and 16. RGB value is (176,105,22). Sum of RGB (Red+Green+Blue) = 176+105+22=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B06916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06916 is #4F96E9. Grayscale: #757575. Windows color (decimal): -5215978 or 1468848. OLE color: 1468848.

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

Color convert

RGB17610522-
CMYK00.400.880.31
HSL32.34º77.78%38.82%-
HSV(B)32.34º87.5%69.02%-
XYZ23.119.393.28-
YUV116.7774.52170.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.09%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 22 (8.98% from 255) = 7.26%
R=58.09%
G=34.65%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761052200.400.880.3132.3477.7838.82
HexB06916028581F204e27
Octal26015126050130374011647
Binary1011000011010011011001010001011000111111000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06916; }

 p { color: rgb(176,105,22); }

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

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

 a { background-color: rgb(176,105,22); }

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

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

 span { border-color: rgb(176,105,22); }

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