#B67144

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

Shades of Bourbon #B67144

Tints of Bourbon #B67144

Color information

#B67144 (or 0xB67144) is unknown color: approx Bourbon. HEX triplet: B6, 71 and 44. RGB value is (182,113,68). Sum of RGB (Red+Green+Blue) = 182+113+68=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B67144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67144 is #498EBB. Grayscale: #808080. Windows color (decimal): -4820668 or 4485558. OLE color: 4485558.

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

Color convert

RGB18211368-
CMYK00.380.630.29
HSL23.68º45.6%49.02%-
HSV(B)23.68º62.64%71.37%-
XYZ26.2422.178.37-
YUV128.593.86166.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 68 (26.95% from 255) = 18.73%
R=50.14%
G=31.13%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821136800.380.630.2923.6845.649.02
HexB671440263F1D182e31
Octal2661611040467735305661
Binary101101101110001100010001001101111111110111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67144; }

 p { color: rgb(182,113,68); }

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

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

 a { background-color: rgb(182,113,68); }

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

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

 span { border-color: rgb(182,113,68); }

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