#B67548

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

Shades of Bourbon #B67548

Tints of Bourbon #B67548

Color information

#B67548 (or 0xB67548) is unknown color: approx Bourbon. HEX triplet: B6, 75 and 48. RGB value is (182,117,72). Sum of RGB (Red+Green+Blue) = 182+117+72=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B67548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67548 is #498AB7. Grayscale: #838383. Windows color (decimal): -4819640 or 4748726. OLE color: 4748726.

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

Color convert

RGB18211772-
CMYK00.360.600.29
HSL24.55º43.31%49.8%-
HSV(B)24.55º60.44%71.37%-
XYZ26.8223.149.18-
YUV131.394.53164.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=49.06%
G=31.54%
B=19.41%

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
Decimal1821177200.360.600.2924.5543.3149.8
HexB675480243C1D192b32
Octal2661651100447435315362
Binary101101101110101100100001001001111001110111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67548; }

 p { color: rgb(182,117,72); }

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

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

 a { background-color: rgb(182,117,72); }

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

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

 span { border-color: rgb(182,117,72); }

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