#B06A16

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

Shades of Golden Brown #B06A16

Tints of Golden Brown #B06A16

Color information

#B06A16 (or 0xB06A16) is unknown color: approx Golden Brown. HEX triplet: B0, 6A and 16. RGB value is (176,106,22). Sum of RGB (Red+Green+Blue) = 176+106+22=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06A16 is #4F95E9. Grayscale: #757575. Windows color (decimal): -5215722 or 1469104. OLE color: 1469104.

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

Color convert

RGB17610622-
CMYK00.400.880.31
HSL32.73º77.78%38.82%-
HSV(B)32.73º87.5%69.02%-
XYZ23.219.63.32-
YUV117.3574.19169.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.89%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 22 (8.98% from 255) = 7.24%
R=57.89%
G=34.87%
B=7.24%

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
Decimal1761062200.400.880.3132.7377.7838.82
HexB06A16028581F214e27
Octal26015226050130374111647
Binary1011000011010101011001010001011000111111000011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A16; }

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

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

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

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

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

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

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

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