Html Css Color HEX #BB5052 Mandy

📋 copy color: '#BB5052'

red 187 ◦ green 80 ◦ blue 82

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

Shades of Mandy #BB5052

Tints of Mandy #BB5052

RGB

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

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

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

R = 53.58%
G = 22.92%
B = 23.5%

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

#BB5052 (or 0xBB5052) is known color: Mandy. HEX triplet: BB, 50 and 52. RGB value is (187,80,82). Sum of RGB (Red+Green+Blue) = 187+80+82=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5052 is #44AFAD. Grayscale: #707070. Windows color (decimal): -4501422 or 5394619. OLE color: 5394619.

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

Color convert

RGB 187 80 82 -
CMYK 0 0.57 0.56 0.27
HSL 358.88º 0.44% 0.52% -
HSV(B) 358.88º 0.57% 0.73% -
XYZ 24.89 16.91 9.94 -
YUV 112.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 187 80 82 0 0.57 0.56 0.27 358.88 0.44 0.52
Hex BB 50 52 0 39 38 1B 167 2C 34
Octal 273 120 122 0 71 70 33 547 54 64
Binary 10111011 1010000 1010010 0 111001 111000 11011 101100111 101100 110100

Color Harmonies of #BB5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5052

Black with #BB5052

Text Example


Text Example

White with #BB5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5052; }

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

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

background-color css

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

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

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

border-color css

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

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

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