#B16D0E

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

Shades of Golden Brown #B16D0E

Tints of Golden Brown #B16D0E

Color information

#B16D0E (or 0xB16D0E) is unknown color: approx Golden Brown. HEX triplet: B1, 6D and 0E. RGB value is (177,109,14). Sum of RGB (Red+Green+Blue) = 177+109+14=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16D0E is #4E92F1. Grayscale: #767676. Windows color (decimal): -5149426 or 945585. OLE color: 945585.

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

Color convert

RGB17710914-
CMYK00.380.920.31
HSL34.97º85.34%37.45%-
HSV(B)34.97º92.09%69.41%-
XYZ23.6820.323.09-
YUV118.569.03169.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59%
GREEN value IS 109 (42.97% from 255) = 36.33%
BLUE value IS 14 (5.86% from 255) = 4.67%
R=59%
G=36.33%
B=4.67%

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
Decimal1771091400.380.920.3134.9785.3437.45
HexB16DE0265C1F235525
Octal26115516046134374312545
Binary101100011101101111001001101011100111111000111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D0E; }

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

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

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

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

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

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

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

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