#b57042

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

Shades of Bourbon #B57042

Tints of Bourbon #B57042

Color information

#B57042 (or 0xB57042) is unknown color: approx Bourbon. HEX triplet: B5, 70 and 42. RGB value is (181,112,66). Sum of RGB (Red+Green+Blue) = 181+112+66=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B57042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57042 is #4A8FBD. Grayscale: #7F7F7F. Windows color (decimal): -4886462 or 4354229. OLE color: 4354229.

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

Color convert

RGB18111266-
CMYK00.380.640.29
HSL24º46.56%48.43%-
HSV(B)24º63.54%70.98%-
XYZ25.8321.818-
YUV127.3993.36166.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.42%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 66 (26.17% from 255) = 18.38%
R=50.42%
G=31.20%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811126600.380.640.292446.5648.43
HexB57042026401D182f30
Octal26516010204610035305760
Binary1011010111100001000010010011010000001110111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57042; }

 p { color: rgb(181,112,66); }

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

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

 a { background-color: rgb(181,112,66); }

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

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

 span { border-color: rgb(181,112,66); }

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