#BB7656

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

Shades of Red Damask #BB7656

Tints of Red Damask #BB7656

Color information

#BB7656 (or 0xBB7656) is unknown color: approx Red Damask. HEX triplet: BB, 76 and 56. RGB value is (187,118,86). Sum of RGB (Red+Green+Blue) = 187+118+86=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7656 is #4489A9. Grayscale: #878787. Windows color (decimal): -4491690 or 5666491. OLE color: 5666491.

HSL color Cylindrical-coordinate representation of color #BB7656: hue angle of 19.01º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB7656 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18711886-
CMYK00.370.540.27
HSL19.01º42.62%53.53%-
HSV(B)19.01º54.01%73.33%-
XYZ28.6524.1911.96-
YUV134.98100.36165.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=47.83%
G=30.18%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871188600.370.540.2719.0142.6253.53
HexBB7656025361B132b36
Octal2731661260456633235366
Binary101110111110110101011001001011101101101110011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7656; }

 p { color: rgb(187,118,86); }

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

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

 a { background-color: rgb(187,118,86); }

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

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

 span { border-color: rgb(187,118,86); }

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