Html Css Color HEX #BB5259 Mandy

📋 copy color: '#BB5259'

red 187 ◦ green 82 ◦ blue 89

#BB5259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #BB5259

Tints of Mandy #BB5259

RGB

 RED value IS 187 (73.44% from 255) = 52.23%

 GREEN value IS 82 (32.42% from 255) = 22.91%

 BLUE value IS 89 (35.16% from 255) = 24.86%

R = 52.23%
G = 22.91%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB5259 (or 0xBB5259) is known color: Mandy. HEX triplet: BB, 52 and 59. RGB value is (187,82,89). Sum of RGB (Red+Green+Blue) = 187+82+89=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5259 is #44ADA6. Grayscale: #727272. Windows color (decimal): -4500903 or 5853883. OLE color: 5853883.

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

Color convert

RGB 187 82 89 -
CMYK 0 0.56 0.52 0.27
HSL 356º 0.44% 0.53% -
HSV(B) 356º 0.56% 0.73% -
XYZ 25.31 17.32 11.46 -
YUV 114.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 187 82 89 0 0.56 0.52 0.27 356 0.44 0.53
Hex BB 52 59 0 38 34 1B 164 2C 35
Octal 273 122 131 0 70 64 33 544 54 65
Binary 10111011 1010010 1011001 0 111000 110100 11011 101100100 101100 110101

Color Harmonies of #BB5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5259

Black with #BB5259

Text Example


Text Example

White with #BB5259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5259; }

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

 H1.HeaderClassName
 {
   color: #BB5259;
 }
 .AnyTagClassName
 {
   color: #BB5259;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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