#B27246

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

Shades of Bourbon #B27246

Tints of Bourbon #B27246

Color information

#B27246 (or 0xB27246) is unknown color: approx Bourbon. HEX triplet: B2, 72 and 46. RGB value is (178,114,70). Sum of RGB (Red+Green+Blue) = 178+114+70=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B27246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27246 is #4D8DB9. Grayscale: #808080. Windows color (decimal): -5082554 or 4616882. OLE color: 4616882.

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

Color convert

RGB17811470-
CMYK00.360.610.30
HSL24.44º43.55%48.63%-
HSV(B)24.44º60.67%69.8%-
XYZ25.4821.948.69-
YUV128.1295.2163.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 70 (27.73% from 255) = 19.34%
R=49.17%
G=31.49%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781147000.360.610.3024.4443.5548.63
HexB272460243D1E182c31
Octal2621621060447536305461
Binary101100101110010100011001001001111011111011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27246; }

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

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

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

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

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

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

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

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