#B27048

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

Shades of Bourbon #B27048

Tints of Bourbon #B27048

Color information

#B27048 (or 0xB27048) is unknown color: approx Bourbon. HEX triplet: B2, 70 and 48. RGB value is (178,112,72). Sum of RGB (Red+Green+Blue) = 178+112+72=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B27048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27048 is #4D8FB7. Grayscale: #7F7F7F. Windows color (decimal): -5083064 or 4747442. OLE color: 4747442.

HSL color Cylindrical-coordinate representation of color #B27048: hue angle of 22.64º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B27048 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17811272-
CMYK00.370.600.30
HSL22.64º42.4%49.02%-
HSV(B)22.64º59.55%69.8%-
XYZ25.3221.528.95-
YUV127.1796.87164.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 72 (28.52% from 255) = 19.89%
R=49.17%
G=30.94%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781127200.370.600.3022.6442.449.02
HexB270480253C1E172a31
Octal2621601100457436275261
Binary101100101110000100100001001011111001111010111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27048; }

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

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

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

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

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

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

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

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