#BB5253

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

Shades of Mandy #BB5253

Tints of Mandy #BB5253

Color information

#BB5253 (or 0xBB5253) is unknown color: approx Mandy. HEX triplet: BB, 52 and 53. RGB value is (187,82,83). Sum of RGB (Red+Green+Blue) = 187+82+83=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5253 is #44ADAC. Grayscale: #717171. Windows color (decimal): -4500909 or 5460667. OLE color: 5460667.

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

Color convert

RGB1878283-
CMYK00.560.560.27
HSL359.43º43.57%52.75%-
HSV(B)359.43º56.15%73.33%-
XYZ25.0717.2210.19-
YUV113.51110.79180.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=53.12%
G=23.30%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187828300.560.560.27359.4343.5752.75
HexBB5253038381B1672c35
Octal27312212307070335475465
Binary1011101110100101010011011100011100011011101100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5253; }

 p { color: rgb(187,82,83); }

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

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

 a { background-color: rgb(187,82,83); }

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

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

 span { border-color: rgb(187,82,83); }

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