#B56612

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

Shades of Golden Brown #B56612

Tints of Golden Brown #B56612

Color information

#B56612 (or 0xB56612) is unknown color: approx Golden Brown. HEX triplet: B5, 66 and 12. RGB value is (181,102,18). Sum of RGB (Red+Green+Blue) = 181+102+18=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B56612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56612 is #4A99ED. Grayscale: #747474. Windows color (decimal): -4889070 or 1205941. OLE color: 1205941.

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

Color convert

RGB18110218-
CMYK00.440.900.29
HSL30.92º81.91%39.02%-
HSV(B)30.92º90.06%70.98%-
XYZ23.9219.373.05-
YUV116.0472.67174.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=60.13%
G=33.89%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811021800.440.900.2930.9281.9139.02
HexB5661202C5A1D1f5227
Octal26514622054132353712247
Binary101101011100110100100101100101101011101111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56612; }

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

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

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

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

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

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

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

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