#B6744C

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

Shades of Bourbon #B6744C

Tints of Bourbon #B6744C

Color information

#B6744C (or 0xB6744C) is unknown color: approx Bourbon. HEX triplet: B6, 74 and 4C. RGB value is (182,116,76). Sum of RGB (Red+Green+Blue) = 182+116+76=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6744C is #498BB3. Grayscale: #838383. Windows color (decimal): -4819892 or 5010614. OLE color: 5010614.

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

Color convert

RGB18211676-
CMYK00.360.580.29
HSL22.64º42.06%50.59%-
HSV(B)22.64º58.24%71.37%-
XYZ26.8422.969.85-
YUV131.1796.87164.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 76 (30.08% from 255) = 20.32%
R=48.66%
G=31.02%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821167600.360.580.2922.6442.0650.59
HexB6744C0243A1D172a33
Octal2661641140447235275263
Binary101101101110100100110001001001110101110110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6744C; }

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

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

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

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

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

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

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

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