#BB744D

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

Shades of Red Damask #BB744D

Tints of Red Damask #BB744D

Color information

#BB744D (or 0xBB744D) is unknown color: approx Red Damask. HEX triplet: BB, 74 and 4D. RGB value is (187,116,77). Sum of RGB (Red+Green+Blue) = 187+116+77=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB744D is #448BB2. Grayscale: #858585. Windows color (decimal): -4492211 or 5076155. OLE color: 5076155.

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

Color convert

RGB18711677-
CMYK00.380.590.27
HSL21.27º44.72%51.76%-
HSV(B)21.27º58.82%73.33%-
XYZ28.0823.5910.09-
YUV132.7896.52166.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=49.21%
G=30.53%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871167700.380.590.2721.2744.7251.76
HexBB744D0263B1B152d34
Octal2731641150467333255564
Binary101110111110100100110101001101110111101110101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB744D; }

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

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

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

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

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

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

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

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