Html Css Color HEX #BD575F Mandy

📋 copy color: '#BD575F'

red 189 ◦ green 87 ◦ blue 95

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

Shades of Mandy #BD575F

Tints of Mandy #BD575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.45%

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 50.94%
G = 23.45%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD575F (or 0xBD575F) is known color: Mandy. HEX triplet: BD, 57 and 5F. RGB value is (189,87,95). Sum of RGB (Red+Green+Blue) = 189+87+95=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD575F is #42A8A0. Grayscale: #767676. Windows color (decimal): -4368545 or 6248381. OLE color: 6248381.

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

Color convert

RGB 189 87 95 -
CMYK 0 0.54 0.50 0.26
HSL 355.29º 0.44% 0.54% -
HSV(B) 355.29º 0.54% 0.74% -
XYZ 26.46 18.46 13 -
YUV 118.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 189 87 95 0 0.54 0.50 0.26 355.29 0.44 0.54
Hex BD 57 5F 0 36 32 1A 163 2C 36
Octal 275 127 137 0 66 62 32 543 54 66
Binary 10111101 1010111 1011111 0 110110 110010 11010 101100011 101100 110110

Color Harmonies of #BD575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD575F

Black with #BD575F

Text Example


Text Example

White with #BD575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD575F; }

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

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

background-color css

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

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

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

border-color css

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

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

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