#B16B0C

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

Shades of Golden Brown #B16B0C

Tints of Golden Brown #B16B0C

Color information

#B16B0C (or 0xB16B0C) is unknown color: approx Golden Brown. HEX triplet: B1, 6B and 0C. RGB value is (177,107,12). Sum of RGB (Red+Green+Blue) = 177+107+12=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16B0C is #4E94F3. Grayscale: #757575. Windows color (decimal): -5149940 or 814001. OLE color: 814001.

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

Color convert

RGB17710712-
CMYK00.400.930.31
HSL34.55º87.3%37.06%-
HSV(B)34.55º93.22%69.41%-
XYZ23.4619.892.95-
YUV117.168.69170.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.80%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 12 (5.08% from 255) = 4.05%
R=59.80%
G=36.15%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771071200.400.930.3134.5587.337.06
HexB16BC0285D1F235725
Octal26115314050135374312745
Binary101100011101011110001010001011101111111000111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B0C; }

 p { color: rgb(177,107,12); }

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

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

 a { background-color: rgb(177,107,12); }

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

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

 span { border-color: rgb(177,107,12); }

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