#B16B16

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

Shades of Golden Brown #B16B16

Tints of Golden Brown #B16B16

Color information

#B16B16 (or 0xB16B16) is unknown color: approx Golden Brown. HEX triplet: B1, 6B and 16. RGB value is (177,107,22). Sum of RGB (Red+Green+Blue) = 177+107+22=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16B16 is #4E94E9. Grayscale: #767676. Windows color (decimal): -5149930 or 1469361. OLE color: 1469361.

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

Color convert

RGB17710722-
CMYK00.400.880.31
HSL32.9º77.89%39.02%-
HSV(B)32.9º87.57%69.41%-
XYZ23.5319.923.36-
YUV118.2473.69169.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.84%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 22 (8.98% from 255) = 7.19%
R=57.84%
G=34.97%
B=7.19%

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
Decimal1771072200.400.880.3132.977.8939.02
HexB16B16028581F214e27
Octal26115326050130374111647
Binary1011000111010111011001010001011000111111000011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B16; }

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

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

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

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

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

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

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

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