#B67449

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

Shades of Bourbon #B67449

Tints of Bourbon #B67449

Color information

#B67449 (or 0xB67449) is unknown color: approx Bourbon. HEX triplet: B6, 74 and 49. RGB value is (182,116,73). Sum of RGB (Red+Green+Blue) = 182+116+73=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B67449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67449 is #498BB6. Grayscale: #838383. Windows color (decimal): -4819895 or 4814006. OLE color: 4814006.

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

Color convert

RGB18211673-
CMYK00.360.600.29
HSL23.67º42.75%50%-
HSV(B)23.67º59.89%71.37%-
XYZ26.7422.929.32-
YUV130.8395.37164.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=49.06%
G=31.27%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821167300.360.600.2923.6742.7550
HexB674490243C1D182b32
Octal2661641110447435305362
Binary101101101110100100100101001001111001110111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67449; }

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

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

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

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

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

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

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

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