#BB744E

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

Shades of Red Damask #BB744E

Tints of Red Damask #BB744E

Color information

#BB744E (or 0xBB744E) is unknown color: approx Red Damask. HEX triplet: BB, 74 and 4E. RGB value is (187,116,78). Sum of RGB (Red+Green+Blue) = 187+116+78=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB744E is #448BB1. Grayscale: #858585. Windows color (decimal): -4492210 or 5141691. OLE color: 5141691.

HSL color Cylindrical-coordinate representation of color #BB744E: hue angle of 20.92º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB744E is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18711678-
CMYK00.380.580.27
HSL20.92º44.49%51.96%-
HSV(B)20.92º58.29%73.33%-
XYZ28.1123.6110.28-
YUV132.997.02166.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=49.08%
G=30.45%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871167800.380.580.2720.9244.4951.96
HexBB744E0263A1B152c34
Octal2731641160467233255464
Binary101110111110100100111001001101110101101110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB744E; }

 p { color: rgb(187,116,78); }

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

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

 a { background-color: rgb(187,116,78); }

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

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

 span { border-color: rgb(187,116,78); }

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