Html Css Color HEX #BD4957 Mandy

📋 copy color: '#BD4957'

red 189 ◦ green 73 ◦ blue 87

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

Shades of Mandy #BD4957

Tints of Mandy #BD4957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.93%

R = 54.15%
G = 20.92%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD4957 (or 0xBD4957) is known color: Mandy. HEX triplet: BD, 49 and 57. RGB value is (189,73,87). Sum of RGB (Red+Green+Blue) = 189+73+87=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4957 is #42B6A8. Grayscale: #6D6D6D. Windows color (decimal): -4372137 or 5720509. OLE color: 5720509.

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

Color convert

RGB 189 73 87 -
CMYK 0 0.61 0.54 0.26
HSL 352.76º 0.47% 0.51% -
HSV(B) 352.76º 0.61% 0.74% -
XYZ 25.09 16.27 10.84 -
YUV 109.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 189 73 87 0 0.61 0.54 0.26 352.76 0.47 0.51
Hex BD 49 57 0 3D 36 1A 161 2F 33
Octal 275 111 127 0 75 66 32 541 57 63
Binary 10111101 1001001 1010111 0 111101 110110 11010 101100001 101111 110011

Color Harmonies of #BD4957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4957

Black with #BD4957

Text Example


Text Example

White with #BD4957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4957; }

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

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

background-color css

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

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

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

border-color css

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

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

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