#B57541

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

Shades of Bourbon #B57541

Tints of Bourbon #B57541

Color information

#B57541 (or 0xB57541) is unknown color: approx Bourbon. HEX triplet: B5, 75 and 41. RGB value is (181,117,65). Sum of RGB (Red+Green+Blue) = 181+117+65=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B57541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57541 is #4A8ABE. Grayscale: #828282. Windows color (decimal): -4885183 or 4289973. OLE color: 4289973.

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

Color convert

RGB18111765-
CMYK00.350.640.29
HSL26.9º47.15%48.24%-
HSV(B)26.9º64.09%70.98%-
XYZ26.3722.938.04-
YUV130.2191.2164.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=49.86%
G=32.23%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811176500.350.640.2926.947.1548.24
HexB57541023401D1b2f30
Octal26516510104310035335760
Binary1011010111101011000001010001110000001110111011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57541; }

 p { color: rgb(181,117,65); }

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

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

 a { background-color: rgb(181,117,65); }

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

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

 span { border-color: rgb(181,117,65); }

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