#BB5D5F

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

Shades of Mandy #BB5D5F

Tints of Mandy #BB5D5F

Color information

#BB5D5F (or 0xBB5D5F) is unknown color: approx Mandy. HEX triplet: BB, 5D and 5F. RGB value is (187,93,95). Sum of RGB (Red+Green+Blue) = 187+93+95=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D5F is #44A2A0. Grayscale: #797979. Windows color (decimal): -4498081 or 6249915. OLE color: 6249915.

HSL color Cylindrical-coordinate representation of color #BB5D5F: hue angle of 358.72º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5D5F is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1879395-
CMYK00.500.490.27
HSL358.72º40.87%54.9%-
HSV(B)358.72º50.27%73.33%-
XYZ26.4719.2213.14-
YUV121.33113.14174.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=49.87%
G=24.8%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187939500.500.490.27358.7240.8754.9
HexBB5D5F032311B1672937
Octal27313513706261335475167
Binary1011101110111011011111011001011000111011101100111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5D5F; }

 p { color: rgb(187,93,95); }

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

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

 a { background-color: rgb(187,93,95); }

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

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

 span { border-color: rgb(187,93,95); }

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