#B16E0E

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

Shades of Golden Brown #B16E0E

Tints of Golden Brown #B16E0E

Color information

#B16E0E (or 0xB16E0E) is unknown color: approx Golden Brown. HEX triplet: B1, 6E and 0E. RGB value is (177,110,14). Sum of RGB (Red+Green+Blue) = 177+110+14=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16E0E is #4E91F1. Grayscale: #777777. Windows color (decimal): -5149170 or 945841. OLE color: 945841.

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

Color convert

RGB17711014-
CMYK00.380.920.31
HSL35.34º85.34%37.45%-
HSV(B)35.34º92.09%69.41%-
XYZ23.7920.533.12-
YUV119.0968.7169.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 14 (5.86% from 255) = 4.65%
R=58.80%
G=36.54%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771101400.380.920.3135.3485.3437.45
HexB16EE0265C1F235525
Octal26115616046134374312545
Binary101100011101110111001001101011100111111000111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E0E; }

 p { color: rgb(177,110,14); }

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

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

 a { background-color: rgb(177,110,14); }

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

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

 span { border-color: rgb(177,110,14); }

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