#B47449

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

Shades of Bourbon #B47449

Tints of Bourbon #B47449

Color information

#B47449 (or 0xB47449) is unknown color: approx Bourbon. HEX triplet: B4, 74 and 49. RGB value is (180,116,73). Sum of RGB (Red+Green+Blue) = 180+116+73=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B47449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47449 is #4B8BB6. Grayscale: #828282. Windows color (decimal): -4950967 or 4814004. OLE color: 4814004.

HSL color Cylindrical-coordinate representation of color #B47449: hue angle of 24.11º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B47449 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18011673-
CMYK00.360.590.29
HSL24.11º42.29%49.61%-
HSV(B)24.11º59.44%70.59%-
XYZ26.2722.689.3-
YUV130.2395.7163.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 73 (28.91% from 255) = 19.78%
R=48.78%
G=31.44%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801167300.360.590.2924.1142.2949.61
HexB474490243B1D182a32
Octal2641641110447335305262
Binary101101001110100100100101001001110111110111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47449; }

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

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

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

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

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

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

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

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