Html Css Color HEX #BD4F57 Mandy

📋 copy color: '#BD4F57'

red 189 ◦ green 79 ◦ blue 87

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

Shades of Mandy #BD4F57

Tints of Mandy #BD4F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.25%

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

R = 53.24%
G = 22.25%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD4F57 (or 0xBD4F57) is known color: Mandy. HEX triplet: BD, 4F and 57. RGB value is (189,79,87). Sum of RGB (Red+Green+Blue) = 189+79+87=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F57 is #42B0A8. Grayscale: #707070. Windows color (decimal): -4370601 or 5722045. OLE color: 5722045.

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

Color convert

RGB 189 79 87 -
CMYK 0 0.58 0.54 0.26
HSL 355.64º 0.45% 0.53% -
HSV(B) 355.64º 0.58% 0.74% -
XYZ 25.5 17.1 10.97 -
YUV 112.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 189 79 87 0 0.58 0.54 0.26 355.64 0.45 0.53
Hex BD 4F 57 0 3A 36 1A 164 2D 35
Octal 275 117 127 0 72 66 32 544 55 65
Binary 10111101 1001111 1010111 0 111010 110110 11010 101100100 101101 110101

Color Harmonies of #BD4F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F57

Black with #BD4F57

Text Example


Text Example

White with #BD4F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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