Html Css Color HEX #BB5054 Mandy

📋 copy color: '#BB5054'

red 187 ◦ green 80 ◦ blue 84

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

Shades of Mandy #BB5054

Tints of Mandy #BB5054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

 BLUE value IS 84 (33.2% from 255) = 23.93%

R = 53.28%
G = 22.79%
B = 23.93%

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

#BB5054 (or 0xBB5054) is known color: Mandy. HEX triplet: BB, 50 and 54. RGB value is (187,80,84). Sum of RGB (Red+Green+Blue) = 187+80+84=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5054 is #44AFAB. Grayscale: #707070. Windows color (decimal): -4501420 or 5525691. OLE color: 5525691.

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

Color convert

RGB 187 80 84 -
CMYK 0 0.57 0.55 0.27
HSL 357.76º 0.44% 0.52% -
HSV(B) 357.76º 0.57% 0.73% -
XYZ 24.96 16.94 10.34 -
YUV 112.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 187 80 84 0 0.57 0.55 0.27 357.76 0.44 0.52
Hex BB 50 54 0 39 37 1B 166 2C 34
Octal 273 120 124 0 71 67 33 546 54 64
Binary 10111011 1010000 1010100 0 111001 110111 11011 101100110 101100 110100

Color Harmonies of #BB5054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5054

Black with #BB5054

Text Example


Text Example

White with #BB5054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5054; }

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

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

background-color css

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

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

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

border-color css

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

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

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