#b67447

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

Shades of Bourbon #B67447

Tints of Bourbon #B67447

Color information

#B67447 (or 0xB67447) is unknown color: approx Bourbon. HEX triplet: B6, 74 and 47. RGB value is (182,116,71). Sum of RGB (Red+Green+Blue) = 182+116+71=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B67447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67447 is #498BB8. Grayscale: #828282. Windows color (decimal): -4819897 or 4682934. OLE color: 4682934.

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

Color convert

RGB18211671-
CMYK00.360.610.29
HSL24.32º43.87%49.61%-
HSV(B)24.32º60.99%71.37%-
XYZ26.6722.898.97-
YUV130.694.37164.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 71 (28.12% from 255) = 19.24%
R=49.32%
G=31.44%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821167100.360.610.2924.3243.8749.61
HexB674470243D1D182c32
Octal2661641070447535305462
Binary101101101110100100011101001001111011110111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b67447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b67447; }

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

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

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

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

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

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

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

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