#B56712

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

Shades of Golden Brown #B56712

Tints of Golden Brown #B56712

Color information

#B56712 (or 0xB56712) is unknown color: approx Golden Brown. HEX triplet: B5, 67 and 12. RGB value is (181,103,18). Sum of RGB (Red+Green+Blue) = 181+103+18=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B56712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56712 is #4A98ED. Grayscale: #757575. Windows color (decimal): -4888814 or 1206197. OLE color: 1206197.

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

Color convert

RGB18110318-
CMYK00.430.900.29
HSL31.29º81.91%39.02%-
HSV(B)31.29º90.06%70.98%-
XYZ24.0219.573.08-
YUV116.6372.34173.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.93%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 18 (7.42% from 255) = 5.96%
R=59.93%
G=34.11%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811031800.430.900.2931.2981.9139.02
HexB5671202B5A1D1f5227
Octal26514722053132353712247
Binary101101011100111100100101011101101011101111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56712; }

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

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

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

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

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

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

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

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