Html Css Color HEX #BB494D Mandy

📋 copy color: '#BB494D'

red 187 ◦ green 73 ◦ blue 77

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

Shades of Mandy #BB494D

Tints of Mandy #BB494D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 55.49%
G = 21.66%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB494D (or 0xBB494D) is known color: Mandy. HEX triplet: BB, 49 and 4D. RGB value is (187,73,77). Sum of RGB (Red+Green+Blue) = 187+73+77=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB494D is #44B6B2. Grayscale: #6B6B6B. Windows color (decimal): -4503219 or 5065147. OLE color: 5065147.

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

Color convert

RGB 187 73 77 -
CMYK 0 0.61 0.59 0.27
HSL 357.89º 0.46% 0.51% -
HSV(B) 357.89º 0.61% 0.73% -
XYZ 24.22 15.87 8.81 -
YUV 107.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 187 73 77 0 0.61 0.59 0.27 357.89 0.46 0.51
Hex BB 49 4D 0 3D 3B 1B 166 2E 33
Octal 273 111 115 0 75 73 33 546 56 63
Binary 10111011 1001001 1001101 0 111101 111011 11011 101100110 101110 110011

Color Harmonies of #BB494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB494D

Black with #BB494D

Text Example


Text Example

White with #BB494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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