#B56212

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

Shades of Golden Brown #B56212

Tints of Golden Brown #B56212

Color information

#B56212 (or 0xB56212) is unknown color: approx Golden Brown. HEX triplet: B5, 62 and 12. RGB value is (181,98,18). Sum of RGB (Red+Green+Blue) = 181+98+18=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B56212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56212 is #4A9DED. Grayscale: #727272. Windows color (decimal): -4890094 or 1204917. OLE color: 1204917.

HSL color Cylindrical-coordinate representation of color #B56212: hue angle of 29.45º 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 #B56212 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1819818-
CMYK00.460.900.29
HSL29.45º81.91%39.02%-
HSV(B)29.45º90.06%70.98%-
XYZ23.5318.62.92-
YUV113.774176-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 18 (7.42% from 255) = 6.06%
R=60.94%
G=33.00%
B=6.06%

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
Decimal181981800.460.900.2929.4581.9139.02
HexB5621202E5A1D1d5227
Octal26514222056132353512247
Binary101101011100010100100101110101101011101111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56212; }

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

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

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

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

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

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

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

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