#B06E14

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

Shades of Golden Brown #B06E14

Tints of Golden Brown #B06E14

Color information

#B06E14 (or 0xB06E14) is unknown color: approx Golden Brown. HEX triplet: B0, 6E and 14. RGB value is (176,110,20). Sum of RGB (Red+Green+Blue) = 176+110+20=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06E14 is #4F91EB. Grayscale: #777777. Windows color (decimal): -5214700 or 1339056. OLE color: 1339056.

HSL color Cylindrical-coordinate representation of color #B06E14: hue angle of 34.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B06E14 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17611020-
CMYK00.370.890.31
HSL34.62º79.59%38.43%-
HSV(B)34.62º88.64%69.02%-
XYZ23.6120.433.36-
YUV119.4771.87168.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.52%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=57.52%
G=35.95%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761102000.370.890.3134.6279.5938.43
HexB06E14025591F235026
Octal26015624045131374312046
Binary1011000011011101010001001011011001111111000111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E14; }

 p { color: rgb(176,110,20); }

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

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

 a { background-color: rgb(176,110,20); }

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

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

 span { border-color: rgb(176,110,20); }

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