Html Css Color HEX #BB5358 Mandy

📋 copy color: '#BB5358'

red 187 ◦ green 83 ◦ blue 88

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

Shades of Mandy #BB5358

Tints of Mandy #BB5358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.18%

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

R = 52.23%
G = 23.18%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB5358 (or 0xBB5358) is known color: Mandy. HEX triplet: BB, 53 and 58. RGB value is (187,83,88). Sum of RGB (Red+Green+Blue) = 187+83+88=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5358 is #44ACA7. Grayscale: #727272. Windows color (decimal): -4500648 or 5788603. OLE color: 5788603.

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

Color convert

RGB 187 83 88 -
CMYK 0 0.56 0.53 0.27
HSL 357.12º 0.43% 0.53% -
HSV(B) 357.12º 0.56% 0.73% -
XYZ 25.35 17.46 11.27 -
YUV 114.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 187 83 88 0 0.56 0.53 0.27 357.12 0.43 0.53
Hex BB 53 58 0 38 35 1B 165 2B 35
Octal 273 123 130 0 70 65 33 545 53 65
Binary 10111011 1010011 1011000 0 111000 110101 11011 101100101 101011 110101

Color Harmonies of #BB5358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5358

Black with #BB5358

Text Example


Text Example

White with #BB5358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5358; }

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

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

background-color css

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

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

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

border-color css

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

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

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