Html Css Color HEX #BB5152 Mandy

📋 copy color: '#BB5152'

red 187 ◦ green 81 ◦ blue 82

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

Shades of Mandy #BB5152

Tints of Mandy #BB5152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 53.43%
G = 23.14%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB5152 (or 0xBB5152) is known color: Mandy. HEX triplet: BB, 51 and 52. RGB value is (187,81,82). Sum of RGB (Red+Green+Blue) = 187+81+82=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5152 is #44AEAD. Grayscale: #707070. Windows color (decimal): -4501166 or 5394875. OLE color: 5394875.

HSL color Cylindrical-coordinate representation of color #BB5152: 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.57%. Process color model (Four color, CMYK) of #BB5152 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 81 82 -
CMYK 0 0.57 0.56 0.27
HSL 359.43º 0.44% 0.53% -
HSV(B) 359.43º 0.57% 0.73% -
XYZ 24.96 17.06 9.96 -
YUV 112.81 110.62 180.92 -
System Red Green Blue C M Y K H S L
Decimal 187 81 82 0 0.57 0.56 0.27 359.43 0.44 0.53
Hex BB 51 52 0 39 38 1B 167 2C 35
Octal 273 121 122 0 71 70 33 547 54 65
Binary 10111011 1010001 1010010 0 111001 111000 11011 101100111 101100 110101

Color Harmonies of #BB5152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5152

Black with #BB5152

Text Example


Text Example

White with #BB5152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5152; }

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

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

background-color css

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

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

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

border-color css

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

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

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