#b2724a

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

Shades of Bourbon #B2724A

Tints of Bourbon #B2724A

Color information

#B2724A (or 0xB2724A) is unknown color: approx Bourbon. HEX triplet: B2, 72 and 4A. RGB value is (178,114,74). Sum of RGB (Red+Green+Blue) = 178+114+74=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2724A is #4D8DB5. Grayscale: #808080. Windows color (decimal): -5082550 or 4879026. OLE color: 4879026.

HSL color Cylindrical-coordinate representation of color #B2724A: hue angle of 23.08º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2724A is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17811474-
CMYK00.360.580.30
HSL23.08º41.27%49.41%-
HSV(B)23.08º58.43%69.8%-
XYZ25.6121.999.37-
YUV128.5897.2163.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=48.63%
G=31.15%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781147400.360.580.3023.0841.2749.41
HexB2724A0243A1E172931
Octal2621621120447236275161
Binary101100101110010100101001001001110101111010111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2724a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2724a; }

 p { color: rgb(178,114,74); }

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

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

 a { background-color: rgb(178,114,74); }

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

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

 span { border-color: rgb(178,114,74); }

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