#B27647

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

Shades of Bourbon #B27647

Tints of Bourbon #B27647

Color information

#B27647 (or 0xB27647) is unknown color: approx Bourbon. HEX triplet: B2, 76 and 47. RGB value is (178,118,71). Sum of RGB (Red+Green+Blue) = 178+118+71=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B27647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27647 is #4D89B8. Grayscale: #828282. Windows color (decimal): -5081529 or 4683442. OLE color: 4683442.

HSL color Cylindrical-coordinate representation of color #B27647: hue angle of 26.36º degrees, saturation: 0.43, 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 #B27647 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17811871-
CMYK00.340.600.30
HSL26.36º42.97%48.82%-
HSV(B)26.36º60.11%69.8%-
XYZ25.9822.889.01-
YUV130.5894.38161.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 71 (28.12% from 255) = 19.35%
R=48.50%
G=32.15%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781187100.340.600.3026.3642.9748.82
HexB276470223C1E1a2b31
Octal2621661070427436325361
Binary101100101110110100011101000101111001111011010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27647; }

 p { color: rgb(178,118,71); }

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

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

 a { background-color: rgb(178,118,71); }

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

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

 span { border-color: rgb(178,118,71); }

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