#B27242

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

Shades of Bourbon #B27242

Tints of Bourbon #B27242

Color information

#B27242 (or 0xB27242) is unknown color: approx Bourbon. HEX triplet: B2, 72 and 42. RGB value is (178,114,66). Sum of RGB (Red+Green+Blue) = 178+114+66=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B27242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27242 is #4D8DBD. Grayscale: #7F7F7F. Windows color (decimal): -5082558 or 4354738. OLE color: 4354738.

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

Color convert

RGB17811466-
CMYK00.360.630.30
HSL25.71º45.9%47.84%-
HSV(B)25.71º62.92%69.8%-
XYZ25.3621.898.04-
YUV127.6693.2163.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 114 (44.92% from 255) = 31.84%
BLUE value IS 66 (26.17% from 255) = 18.44%
R=49.72%
G=31.84%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781146600.360.630.3025.7145.947.84
HexB272420243F1E1a2e30
Octal2621621020447736325660
Binary101100101110010100001001001001111111111011010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27242; }

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

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

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

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

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

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

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

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