#B67245

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

Shades of Bourbon #B67245

Tints of Bourbon #B67245

Color information

#B67245 (or 0xB67245) is unknown color: approx Bourbon. HEX triplet: B6, 72 and 45. RGB value is (182,114,69). Sum of RGB (Red+Green+Blue) = 182+114+69=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B67245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67245 is #498DBA. Grayscale: #818181. Windows color (decimal): -4820411 or 4551350. OLE color: 4551350.

HSL color Cylindrical-coordinate representation of color #B67245: hue angle of 23.89º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B67245 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18211469-
CMYK00.370.620.29
HSL23.89º45.02%49.22%-
HSV(B)23.89º62.09%71.37%-
XYZ26.3822.418.57-
YUV129.294.03165.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=49.86%
G=31.23%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821146900.370.620.2923.8945.0249.22
HexB672450253E1D182d31
Octal2661621050457635305561
Binary101101101110010100010101001011111101110111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67245; }

 p { color: rgb(182,114,69); }

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

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

 a { background-color: rgb(182,114,69); }

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

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

 span { border-color: rgb(182,114,69); }

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