#BB7556

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

Shades of Red Damask #BB7556

Tints of Red Damask #BB7556

Color information

#BB7556 (or 0xBB7556) is unknown color: approx Red Damask. HEX triplet: BB, 75 and 56. RGB value is (187,117,86). Sum of RGB (Red+Green+Blue) = 187+117+86=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7556 is #448AA9. Grayscale: #868686. Windows color (decimal): -4491946 or 5666235. OLE color: 5666235.

HSL color Cylindrical-coordinate representation of color #BB7556: hue angle of 18.42º 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 #BB7556 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18711786-
CMYK00.370.540.27
HSL18.42º42.62%53.53%-
HSV(B)18.42º54.01%73.33%-
XYZ28.5323.9611.92-
YUV134.4100.69165.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=47.95%
G=30%
B=22.05%

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
Decimal1871178600.370.540.2718.4242.6253.53
HexBB7556025361B122b36
Octal2731651260456633225366
Binary101110111110101101011001001011101101101110010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7556; }

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

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

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

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

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

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

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

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