Html Css Color HEX #BB4A50 Mandy

📋 copy color: '#BB4A50'

red 187 ◦ green 74 ◦ blue 80

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

Shades of Mandy #BB4A50

Tints of Mandy #BB4A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 54.84%
G = 21.7%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB4A50 (or 0xBB4A50) is known color: Mandy. HEX triplet: BB, 4A and 50. RGB value is (187,74,80). Sum of RGB (Red+Green+Blue) = 187+74+80=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A50 is #44B5AF. Grayscale: #6C6C6C. Windows color (decimal): -4502960 or 5262011. OLE color: 5262011.

HSL color Cylindrical-coordinate representation of color #BB4A50: hue angle of 356.81º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A50 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 74 80 -
CMYK 0 0.60 0.57 0.27
HSL 356.81º 0.45% 0.51% -
HSV(B) 356.81º 0.6% 0.73% -
XYZ 24.39 16.04 9.4 -
YUV 108.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 187 74 80 0 0.60 0.57 0.27 356.81 0.45 0.51
Hex BB 4A 50 0 3C 39 1B 165 2D 33
Octal 273 112 120 0 74 71 33 545 55 63
Binary 10111011 1001010 1010000 0 111100 111001 11011 101100101 101101 110011

Color Harmonies of #BB4A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A50

Black with #BB4A50

Text Example


Text Example

White with #BB4A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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