#BB4F57

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

Shades of Mandy #BB4F57

Tints of Mandy #BB4F57

Color information

#BB4F57 (or 0xBB4F57) is unknown color: approx Mandy. HEX triplet: BB, 4F and 57. RGB value is (187,79,87). Sum of RGB (Red+Green+Blue) = 187+79+87=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4F57 is #44B0A8. Grayscale: #707070. Windows color (decimal): -4501673 or 5722043. OLE color: 5722043.

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

Color convert

RGB1877987-
CMYK00.580.530.27
HSL355.56º44.26%52.16%-
HSV(B)355.56º57.75%73.33%-
XYZ25.0116.8410.95-
YUV112.2113.78181.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 87 (34.38% from 255) = 24.65%
R=52.97%
G=22.38%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187798700.580.530.27355.5644.2652.16
HexBB4F5703A351B1642c34
Octal27311712707265335445464
Binary1011101110011111010111011101011010111011101100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4F57; }

 p { color: rgb(187,79,87); }

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

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

 a { background-color: rgb(187,79,87); }

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

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

 span { border-color: rgb(187,79,87); }

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