Html Css Color HEX #BD4A59 Mandy

📋 copy color: '#BD4A59'

red 189 ◦ green 74 ◦ blue 89

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

Shades of Mandy #BD4A59

Tints of Mandy #BD4A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.28%

R = 53.69%
G = 21.02%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD4A59 (or 0xBD4A59) is known color: Mandy. HEX triplet: BD, 4A and 59. RGB value is (189,74,89). Sum of RGB (Red+Green+Blue) = 189+74+89=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A59 is #42B5A6. Grayscale: #6E6E6E. Windows color (decimal): -4371879 or 5851837. OLE color: 5851837.

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

Color convert

RGB 189 74 89 -
CMYK 0 0.61 0.53 0.26
HSL 352.17º 0.47% 0.52% -
HSV(B) 352.17º 0.61% 0.74% -
XYZ 25.24 16.44 11.29 -
YUV 110.1 116.1 184.28 -
System Red Green Blue C M Y K H S L
Decimal 189 74 89 0 0.61 0.53 0.26 352.17 0.47 0.52
Hex BD 4A 59 0 3D 35 1A 160 2F 34
Octal 275 112 131 0 75 65 32 540 57 64
Binary 10111101 1001010 1011001 0 111101 110101 11010 101100000 101111 110100

Color Harmonies of #BD4A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A59

Black with #BD4A59

Text Example


Text Example

White with #BD4A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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