#B77449

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

Shades of Bourbon #B77449

Tints of Bourbon #B77449

Color information

#B77449 (or 0xB77449) is unknown color: approx Bourbon. HEX triplet: B7, 74 and 49. RGB value is (183,116,73). Sum of RGB (Red+Green+Blue) = 183+116+73=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B77449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77449 is #488BB6. Grayscale: #838383. Windows color (decimal): -4754359 or 4814007. OLE color: 4814007.

HSL color Cylindrical-coordinate representation of color #B77449: hue angle of 23.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B77449 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18311673-
CMYK00.370.600.28
HSL23.45º43.31%50.2%-
HSV(B)23.45º60.11%71.76%-
XYZ26.9823.049.33-
YUV131.1395.2165-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 73 (28.91% from 255) = 19.62%
R=49.19%
G=31.18%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831167300.370.600.2823.4543.3150.2
HexB774490253C1C172b32
Octal2671641110457434275362
Binary101101111110100100100101001011111001110010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77449; }

 p { color: rgb(183,116,73); }

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

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

 a { background-color: rgb(183,116,73); }

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

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

 span { border-color: rgb(183,116,73); }

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