#B5744C

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

Shades of Bourbon #B5744C

Tints of Bourbon #B5744C

Color information

#B5744C (or 0xB5744C) is unknown color: approx Bourbon. HEX triplet: B5, 74 and 4C. RGB value is (181,116,76). Sum of RGB (Red+Green+Blue) = 181+116+76=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5744C is #4A8BB3. Grayscale: #838383. Windows color (decimal): -4885428 or 5010613. OLE color: 5010613.

HSL color Cylindrical-coordinate representation of color #B5744C: hue angle of 22.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5744C is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18111676-
CMYK00.360.580.29
HSL22.86º41.5%50.39%-
HSV(B)22.86º58.01%70.98%-
XYZ26.6122.849.84-
YUV130.8897.03163.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 76 (30.08% from 255) = 20.38%
R=48.53%
G=31.10%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811167600.360.580.2922.8641.550.39
HexB5744C0243A1D172a32
Octal2651641140447235275262
Binary101101011110100100110001001001110101110110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5744C; }

 p { color: rgb(181,116,76); }

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

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

 a { background-color: rgb(181,116,76); }

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

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

 span { border-color: rgb(181,116,76); }

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