#B56111

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

Shades of Golden Brown #B56111

Tints of Golden Brown #B56111

Color information

#B56111 (or 0xB56111) is unknown color: approx Golden Brown. HEX triplet: B5, 61 and 11. RGB value is (181,97,17). Sum of RGB (Red+Green+Blue) = 181+97+17=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B56111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56111 is #4A9EEE. Grayscale: #717171. Windows color (decimal): -4890351 or 1139125. OLE color: 1139125.

HSL color Cylindrical-coordinate representation of color #B56111: hue angle of 29.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B56111 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1819717-
CMYK00.460.910.29
HSL29.27º82.83%38.82%-
HSV(B)29.27º90.61%70.98%-
XYZ23.4318.412.85-
YUV11373.83176.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 17 (7.03% from 255) = 5.76%
R=61.36%
G=32.88%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181971700.460.910.2929.2782.8338.82
HexB5611102E5B1D1d5327
Octal26514121056133353512347
Binary101101011100001100010101110101101111101111011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56111; }

 p { color: rgb(181,97,17); }

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

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

 a { background-color: rgb(181,97,17); }

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

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

 span { border-color: rgb(181,97,17); }

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