#B77247

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

Shades of Bourbon #B77247

Tints of Bourbon #B77247

Color information

#B77247 (or 0xB77247) is unknown color: approx Bourbon. HEX triplet: B7, 72 and 47. RGB value is (183,114,71). Sum of RGB (Red+Green+Blue) = 183+114+71=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B77247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77247 is #488DB8. Grayscale: #818181. Windows color (decimal): -4754873 or 4682423. OLE color: 4682423.

HSL color Cylindrical-coordinate representation of color #B77247: hue angle of 23.04º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B77247 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18311471-
CMYK00.380.610.28
HSL23.04º44.09%49.8%-
HSV(B)23.04º61.2%71.76%-
XYZ26.6822.568.91-
YUV129.7394.86166-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 71 (28.12% from 255) = 19.29%
R=49.73%
G=30.98%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831147100.380.610.2823.0444.0949.8
HexB772470263D1C172c32
Octal2671621070467534275462
Binary101101111110010100011101001101111011110010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77247; }

 p { color: rgb(183,114,71); }

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

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

 a { background-color: rgb(183,114,71); }

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

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

 span { border-color: rgb(183,114,71); }

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