#B67349

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

Shades of Bourbon #B67349

Tints of Bourbon #B67349

Color information

#B67349 (or 0xB67349) is unknown color: approx Bourbon. HEX triplet: B6, 73 and 49. RGB value is (182,115,73). Sum of RGB (Red+Green+Blue) = 182+115+73=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B67349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67349 is #498CB6. Grayscale: #828282. Windows color (decimal): -4820151 or 4813750. OLE color: 4813750.

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

Color convert

RGB18211573-
CMYK00.370.600.29
HSL23.12º42.75%50%-
HSV(B)23.12º59.89%71.37%-
XYZ26.6222.699.28-
YUV130.2495.7164.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 73 (28.91% from 255) = 19.73%
R=49.19%
G=31.08%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821157300.370.600.2923.1242.7550
HexB673490253C1D172b32
Octal2661631110457435275362
Binary101101101110011100100101001011111001110110111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67349; }

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

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

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

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

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

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

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

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