#B56A0F

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

Shades of Golden Brown #B56A0F

Tints of Golden Brown #B56A0F

Color information

#B56A0F (or 0xB56A0F) is unknown color: approx Golden Brown. HEX triplet: B5, 6A and 0F. RGB value is (181,106,15). Sum of RGB (Red+Green+Blue) = 181+106+15=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56A0F is #4A95F0. Grayscale: #767676. Windows color (decimal): -4888049 or 1010357. OLE color: 1010357.

HSL color Cylindrical-coordinate representation of color #B56A0F: hue angle of 32.89º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B56A0F is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18110615-
CMYK00.410.920.29
HSL32.89º84.69%38.43%-
HSV(B)32.89º91.71%70.98%-
XYZ24.320.173.06-
YUV118.0569.85172.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.93%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 15 (6.25% from 255) = 4.97%
R=59.93%
G=35.10%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811061500.410.920.2932.8984.6938.43
HexB56AF0295C1D215526
Octal26515217051134354112546
Binary101101011101010111101010011011100111011000011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A0F; }

 p { color: rgb(181,106,15); }

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

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

 a { background-color: rgb(181,106,15); }

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

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

 span { border-color: rgb(181,106,15); }

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