Html Css Color HEX #BD494A Mandy

📋 copy color: '#BD494A'

red 189 ◦ green 73 ◦ blue 74

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

Shades of Mandy #BD494A

Tints of Mandy #BD494A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 56.25%
G = 21.73%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD494A (or 0xBD494A) is known color: Mandy. HEX triplet: BD, 49 and 4A. RGB value is (189,73,74). Sum of RGB (Red+Green+Blue) = 189+73+74=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD494A is #42B6B5. Grayscale: #6B6B6B. Windows color (decimal): -4372150 or 4868541. OLE color: 4868541.

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

Color convert

RGB 189 73 74 -
CMYK 0 0.61 0.61 0.26
HSL 359.48º 0.47% 0.51% -
HSV(B) 359.48º 0.61% 0.74% -
XYZ 24.6 16.08 8.29 -
YUV 107.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 189 73 74 0 0.61 0.61 0.26 359.48 0.47 0.51
Hex BD 49 4A 0 3D 3D 1A 167 2F 33
Octal 275 111 112 0 75 75 32 547 57 63
Binary 10111101 1001001 1001010 0 111101 111101 11010 101100111 101111 110011

Color Harmonies of #BD494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD494A

Black with #BD494A

Text Example


Text Example

White with #BD494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD494A; }

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

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

background-color css

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

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

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

border-color css

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

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

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