#B56B0F

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

Shades of Golden Brown #B56B0F

Tints of Golden Brown #B56B0F

Color information

#B56B0F (or 0xB56B0F) is unknown color: approx Golden Brown. HEX triplet: B5, 6B and 0F. RGB value is (181,107,15). Sum of RGB (Red+Green+Blue) = 181+107+15=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56B0F is #4A94F0. Grayscale: #777777. Windows color (decimal): -4887793 or 1010613. OLE color: 1010613.

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

Color convert

RGB18110715-
CMYK00.410.920.29
HSL33.25º84.69%38.43%-
HSV(B)33.25º91.71%70.98%-
XYZ24.420.373.1-
YUV118.6469.52172.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 15 (6.25% from 255) = 4.95%
R=59.74%
G=35.31%
B=4.95%

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
Decimal1811071500.410.920.2933.2584.6938.43
HexB56BF0295C1D215526
Octal26515317051134354112546
Binary101101011101011111101010011011100111011000011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B0F; }

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

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

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

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

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

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

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

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