#B27046

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

Shades of Bourbon #B27046

Tints of Bourbon #B27046

Color information

#B27046 (or 0xB27046) is unknown color: approx Bourbon. HEX triplet: B2, 70 and 46. RGB value is (178,112,70). Sum of RGB (Red+Green+Blue) = 178+112+70=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B27046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27046 is #4D8FB9. Grayscale: #7F7F7F. Windows color (decimal): -5083066 or 4616370. OLE color: 4616370.

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

Color convert

RGB17811270-
CMYK00.370.610.30
HSL23.33º43.55%48.63%-
HSV(B)23.33º60.67%69.8%-
XYZ25.2621.58.61-
YUV126.9595.87164.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.44%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 70 (27.73% from 255) = 19.44%
R=49.44%
G=31.11%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781127000.370.610.3023.3343.5548.63
HexB270460253D1E172c31
Octal2621601060457536275461
Binary101100101110000100011001001011111011111010111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27046; }

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

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

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

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

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

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

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

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