#B27349

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

Shades of Bourbon #B27349

Tints of Bourbon #B27349

Color information

#B27349 (or 0xB27349) is unknown color: approx Bourbon. HEX triplet: B2, 73 and 49. RGB value is (178,115,73). Sum of RGB (Red+Green+Blue) = 178+115+73=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B27349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27349 is #4D8CB6. Grayscale: #818181. Windows color (decimal): -5082295 or 4813746. OLE color: 4813746.

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

Color convert

RGB17811573-
CMYK00.350.590.30
HSL24º41.83%49.22%-
HSV(B)24º58.99%69.8%-
XYZ25.6922.219.24-
YUV129.0596.37162.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 73 (28.91% from 255) = 19.95%
R=48.63%
G=31.42%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781157300.350.590.302441.8349.22
HexB273490233B1E182a31
Octal2621631110437336305261
Binary101100101110011100100101000111110111111011000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27349; }

 p { color: rgb(178,115,73); }

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

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

 a { background-color: rgb(178,115,73); }

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

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

 span { border-color: rgb(178,115,73); }

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