#B56012

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

Shades of Golden Brown #B56012

Tints of Golden Brown #B56012

Color information

#B56012 (or 0xB56012) is unknown color: approx Golden Brown. HEX triplet: B5, 60 and 12. RGB value is (181,96,18). Sum of RGB (Red+Green+Blue) = 181+96+18=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B56012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56012 is #4A9FED. Grayscale: #707070. Windows color (decimal): -4890606 or 1204405. OLE color: 1204405.

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

Color convert

RGB1819618-
CMYK00.470.900.29
HSL28.71º81.91%39.02%-
HSV(B)28.71º90.06%70.98%-
XYZ23.3518.232.86-
YUV112.5274.66176.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 18 (7.42% from 255) = 6.10%
R=61.36%
G=32.54%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181961800.470.900.2928.7181.9139.02
HexB5601202F5A1D1d5227
Octal26514022057132353512247
Binary101101011100000100100101111101101011101111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56012; }

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

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

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

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

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

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

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

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