Html Css Color HEX #BB494F Mandy

📋 copy color: '#BB494F'

red 187 ◦ green 73 ◦ blue 79

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

Shades of Mandy #BB494F

Tints of Mandy #BB494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 55.16%
G = 21.53%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB494F (or 0xBB494F) is known color: Mandy. HEX triplet: BB, 49 and 4F. RGB value is (187,73,79). Sum of RGB (Red+Green+Blue) = 187+73+79=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB494F is #44B6B0. Grayscale: #6B6B6B. Windows color (decimal): -4503217 or 5196219. OLE color: 5196219.

HSL color Cylindrical-coordinate representation of color #BB494F: hue angle of 356.84º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB494F is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 79 -
CMYK 0 0.61 0.58 0.27
HSL 356.84º 0.46% 0.51% -
HSV(B) 356.84º 0.61% 0.73% -
XYZ 24.29 15.89 9.18 -
YUV 107.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 187 73 79 0 0.61 0.58 0.27 356.84 0.46 0.51
Hex BB 49 4F 0 3D 3A 1B 165 2E 33
Octal 273 111 117 0 75 72 33 545 56 63
Binary 10111011 1001001 1001111 0 111101 111010 11011 101100101 101110 110011

Color Harmonies of #BB494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB494F

Black with #BB494F

Text Example


Text Example

White with #BB494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB494F; }

 p { color: rgb(187,73,79); }

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

background-color css

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

 a { background-color: rgb(187,73,79); }

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

border-color css

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

 span { border-color: rgb(187,73,79); }

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