#BB5F62

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

Shades of Mandy #BB5F62

Tints of Mandy #BB5F62

Color information

#BB5F62 (or 0xBB5F62) is unknown color: approx Mandy. HEX triplet: BB, 5F and 62. RGB value is (187,95,98). Sum of RGB (Red+Green+Blue) = 187+95+98=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F62 is #44A09D. Grayscale: #7A7A7A. Windows color (decimal): -4497566 or 6447035. OLE color: 6447035.

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

Color convert

RGB1879598-
CMYK00.490.480.27
HSL358.04º40.35%55.29%-
HSV(B)358.04º49.2%73.33%-
XYZ26.7919.6313.93-
YUV122.85113.98173.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 95 (37.5% from 255) = 25%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=49.21%
G=25%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187959800.490.480.27358.0440.3555.29
HexBB5F62031301B1662837
Octal27313714206160335465067
Binary1011101110111111100010011000111000011011101100110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F62; }

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

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

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

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

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

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

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

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