#B5724B

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

Shades of Bourbon #B5724B

Tints of Bourbon #B5724B

Color information

#B5724B (or 0xB5724B) is unknown color: approx Bourbon. HEX triplet: B5, 72 and 4B. RGB value is (181,114,75). Sum of RGB (Red+Green+Blue) = 181+114+75=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5724B is #4A8DB4. Grayscale: #818181. Windows color (decimal): -4885941 or 4944565. OLE color: 4944565.

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

Color convert

RGB18111475-
CMYK00.370.590.29
HSL22.08º41.73%50.2%-
HSV(B)22.08º58.56%70.98%-
XYZ26.3422.379.59-
YUV129.5997.2164.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=48.92%
G=30.81%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811147500.370.590.2922.0841.7350.2
HexB5724B0253B1D162a32
Octal2651621130457335265262
Binary101101011110010100101101001011110111110110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5724B; }

 p { color: rgb(181,114,75); }

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

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

 a { background-color: rgb(181,114,75); }

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

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

 span { border-color: rgb(181,114,75); }

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