#B56F48

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

Shades of Bourbon #B56F48

Tints of Bourbon #B56F48

Color information

#B56F48 (or 0xB56F48) is unknown color: approx Bourbon. HEX triplet: B5, 6F and 48. RGB value is (181,111,72). Sum of RGB (Red+Green+Blue) = 181+111+72=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56F48 is #4A90B7. Grayscale: #7F7F7F. Windows color (decimal): -4886712 or 4747189. OLE color: 4747189.

HSL color Cylindrical-coordinate representation of color #B56F48: hue angle of 21.47º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B56F48 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18111172-
CMYK00.390.600.29
HSL21.47º43.08%49.61%-
HSV(B)21.47º60.22%70.98%-
XYZ25.9121.668.95-
YUV127.4896.69166.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=49.73%
G=30.49%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811117200.390.600.2921.4743.0849.61
HexB56F480273C1D152b32
Octal2651571100477435255362
Binary101101011101111100100001001111111001110110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F48; }

 p { color: rgb(181,111,72); }

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

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

 a { background-color: rgb(181,111,72); }

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

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

 span { border-color: rgb(181,111,72); }

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