Html Css Color HEX #BB5155 Mandy

📋 copy color: '#BB5155'

red 187 ◦ green 81 ◦ blue 85

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

Shades of Mandy #BB5155

Tints of Mandy #BB5155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.95%

 BLUE value IS 85 (33.59% from 255) = 24.08%

R = 52.97%
G = 22.95%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB5155 (or 0xBB5155) is known color: Mandy. HEX triplet: BB, 51 and 55. RGB value is (187,81,85). Sum of RGB (Red+Green+Blue) = 187+81+85=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5155 is #44AEAA. Grayscale: #717171. Windows color (decimal): -4501163 or 5591483. OLE color: 5591483.

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

Color convert

RGB 187 81 85 -
CMYK 0 0.57 0.55 0.27
HSL 357.74º 0.44% 0.53% -
HSV(B) 357.74º 0.57% 0.73% -
XYZ 25.08 17.11 10.57 -
YUV 113.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 187 81 85 0 0.57 0.55 0.27 357.74 0.44 0.53
Hex BB 51 55 0 39 37 1B 166 2C 35
Octal 273 121 125 0 71 67 33 546 54 65
Binary 10111011 1010001 1010101 0 111001 110111 11011 101100110 101100 110101

Color Harmonies of #BB5155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5155

Black with #BB5155

Text Example


Text Example

White with #BB5155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5155; }

 p { color: rgb(187,81,85); }

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

background-color css

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

 a { background-color: rgb(187,81,85); }

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

border-color css

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

 span { border-color: rgb(187,81,85); }

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