#B16816

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

Shades of Golden Brown #B16816

Tints of Golden Brown #B16816

Color information

#B16816 (or 0xB16816) is unknown color: approx Golden Brown. HEX triplet: B1, 68 and 16. RGB value is (177,104,22). Sum of RGB (Red+Green+Blue) = 177+104+22=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B16816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16816 is #4E97E9. Grayscale: #747474. Windows color (decimal): -5150698 or 1468593. OLE color: 1468593.

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

Color convert

RGB17710422-
CMYK00.410.880.31
HSL31.74º77.89%39.02%-
HSV(B)31.74º87.57%69.41%-
XYZ23.2319.313.26-
YUV116.4874.68171.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 22 (8.98% from 255) = 7.26%
R=58.42%
G=34.32%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771042200.410.880.3131.7477.8939.02
HexB16816029581F204e27
Octal26115026051130374011647
Binary1011000111010001011001010011011000111111000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16816; }

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

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

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

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

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

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

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

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