#B27849

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

Shades of Bourbon #B27849

Tints of Bourbon #B27849

Color information

#B27849 (or 0xB27849) is unknown color: approx Bourbon. HEX triplet: B2, 78 and 49. RGB value is (178,120,73). Sum of RGB (Red+Green+Blue) = 178+120+73=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B27849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27849 is #4D87B6. Grayscale: #848484. Windows color (decimal): -5081015 or 4815026. OLE color: 4815026.

HSL color Cylindrical-coordinate representation of color #B27849: hue angle of 26.86º 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 #B27849 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17812073-
CMYK00.330.590.30
HSL26.86º41.83%49.22%-
HSV(B)26.86º58.99%69.8%-
XYZ26.2823.389.43-
YUV131.9894.72160.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 120 (47.27% from 255) = 32.35%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=47.98%
G=32.35%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781207300.330.590.3026.8641.8349.22
HexB278490213B1E1b2a31
Octal2621701110417336335261
Binary101100101111000100100101000011110111111011011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27849; }

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

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

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

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

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

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

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

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