#B27042

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

Shades of Bourbon #B27042

Tints of Bourbon #B27042

Color information

#B27042 (or 0xB27042) is unknown color: approx Bourbon. HEX triplet: B2, 70 and 42. RGB value is (178,112,66). Sum of RGB (Red+Green+Blue) = 178+112+66=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B27042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27042 is #4D8FBD. Grayscale: #7E7E7E. Windows color (decimal): -5083070 or 4354226. OLE color: 4354226.

HSL color Cylindrical-coordinate representation of color #B27042: hue angle of 24.64º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B27042 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17811266-
CMYK00.370.630.30
HSL24.64º45.9%47.84%-
HSV(B)24.64º62.92%69.8%-
XYZ25.1421.457.97-
YUV126.4993.87164.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 66 (26.17% from 255) = 18.54%
R=50%
G=31.46%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781126600.370.630.3024.6445.947.84
HexB270420253F1E192e30
Octal2621601020457736315660
Binary101100101110000100001001001011111111111011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27042; }

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

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

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

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

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

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

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

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