Html Css Color HEX #BB5458 Mandy

📋 copy color: '#BB5458'

red 187 ◦ green 84 ◦ blue 88

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

Shades of Mandy #BB5458

Tints of Mandy #BB5458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.4%

 BLUE value IS 88 (34.77% from 255) = 24.51%

R = 52.09%
G = 23.4%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB5458 (or 0xBB5458) is known color: Mandy. HEX triplet: BB, 54 and 58. RGB value is (187,84,88). Sum of RGB (Red+Green+Blue) = 187+84+88=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5458 is #44ABA7. Grayscale: #737373. Windows color (decimal): -4500392 or 5788859. OLE color: 5788859.

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

Color convert

RGB 187 84 88 -
CMYK 0 0.55 0.53 0.27
HSL 357.67º 0.43% 0.53% -
HSV(B) 357.67º 0.55% 0.73% -
XYZ 25.43 17.61 11.29 -
YUV 115.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 187 84 88 0 0.55 0.53 0.27 357.67 0.43 0.53
Hex BB 54 58 0 37 35 1B 166 2B 35
Octal 273 124 130 0 67 65 33 546 53 65
Binary 10111011 1010100 1011000 0 110111 110101 11011 101100110 101011 110101

Color Harmonies of #BB5458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5458

Black with #BB5458

Text Example


Text Example

White with #BB5458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5458; }

 p { color: rgb(187,84,88); }

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

background-color css

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

 a { background-color: rgb(187,84,88); }

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

border-color css

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

 span { border-color: rgb(187,84,88); }

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