#B56112

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

Shades of Golden Brown #B56112

Tints of Golden Brown #B56112

Color information

#B56112 (or 0xB56112) is unknown color: approx Golden Brown. HEX triplet: B5, 61 and 12. RGB value is (181,97,18). Sum of RGB (Red+Green+Blue) = 181+97+18=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B56112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56112 is #4A9EED. Grayscale: #717171. Windows color (decimal): -4890350 or 1204661. OLE color: 1204661.

HSL color Cylindrical-coordinate representation of color #B56112: hue angle of 29.08º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B56112 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1819718-
CMYK00.460.900.29
HSL29.08º81.91%39.02%-
HSV(B)29.08º90.06%70.98%-
XYZ23.4418.422.89-
YUV113.1174.33176.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.15%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 18 (7.42% from 255) = 6.08%
R=61.15%
G=32.77%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181971800.460.900.2929.0881.9139.02
HexB5611202E5A1D1d5227
Octal26514122056132353512247
Binary101101011100001100100101110101101011101111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56112; }

 p { color: rgb(181,97,18); }

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

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

 a { background-color: rgb(181,97,18); }

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

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

 span { border-color: rgb(181,97,18); }

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