#B67045

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

Shades of Bourbon #B67045

Tints of Bourbon #B67045

Color information

#B67045 (or 0xB67045) is unknown color: approx Bourbon. HEX triplet: B6, 70 and 45. RGB value is (182,112,69). Sum of RGB (Red+Green+Blue) = 182+112+69=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B67045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67045 is #498FBA. Grayscale: #808080. Windows color (decimal): -4820923 or 4550838. OLE color: 4550838.

HSL color Cylindrical-coordinate representation of color #B67045: hue angle of 22.83º 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 #B67045 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18211269-
CMYK00.380.620.29
HSL22.83º45.02%49.22%-
HSV(B)22.83º62.09%71.37%-
XYZ26.1621.968.49-
YUV128.0394.69166.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 112 (44.14% from 255) = 30.85%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=50.14%
G=30.85%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821126900.380.620.2922.8345.0249.22
HexB670450263E1D172d31
Octal2661601050467635275561
Binary101101101110000100010101001101111101110110111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67045; }

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

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

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

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

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

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

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

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