Html Css Color HEX #BD494F Mandy

📋 copy color: '#BD494F'

red 189 ◦ green 73 ◦ blue 79

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

Shades of Mandy #BD494F

Tints of Mandy #BD494F

RGB

 RED value IS 189 (74.22% from 255) = 55.43%

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

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

R = 55.43%
G = 21.41%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD494F (or 0xBD494F) is known color: Mandy. HEX triplet: BD, 49 and 4F. RGB value is (189,73,79). Sum of RGB (Red+Green+Blue) = 189+73+79=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD494F is #42B6B0. Grayscale: #6C6C6C. Windows color (decimal): -4372145 or 5196221. OLE color: 5196221.

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

Color convert

RGB 189 73 79 -
CMYK 0 0.61 0.58 0.26
HSL 356.9º 0.47% 0.51% -
HSV(B) 356.9º 0.61% 0.74% -
XYZ 24.78 16.15 9.21 -
YUV 108.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 189 73 79 0 0.61 0.58 0.26 356.9 0.47 0.51
Hex BD 49 4F 0 3D 3A 1A 165 2F 33
Octal 275 111 117 0 75 72 32 545 57 63
Binary 10111101 1001001 1001111 0 111101 111010 11010 101100101 101111 110011

Color Harmonies of #BD494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD494F

Black with #BD494F

Text Example


Text Example

White with #BD494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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