Html Css Color HEX #BD575D Mandy

📋 copy color: '#BD575D'

red 189 ◦ green 87 ◦ blue 93

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

Shades of Mandy #BD575D

Tints of Mandy #BD575D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.2%

R = 51.22%
G = 23.58%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD575D (or 0xBD575D) is known color: Mandy. HEX triplet: BD, 57 and 5D. RGB value is (189,87,93). Sum of RGB (Red+Green+Blue) = 189+87+93=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD575D is #42A8A2. Grayscale: #767676. Windows color (decimal): -4368547 or 6117309. OLE color: 6117309.

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

Color convert

RGB 189 87 93 -
CMYK 0 0.54 0.51 0.26
HSL 356.47º 0.44% 0.54% -
HSV(B) 356.47º 0.54% 0.74% -
XYZ 26.37 18.43 12.52 -
YUV 118.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 189 87 93 0 0.54 0.51 0.26 356.47 0.44 0.54
Hex BD 57 5D 0 36 33 1A 164 2C 36
Octal 275 127 135 0 66 63 32 544 54 66
Binary 10111101 1010111 1011101 0 110110 110011 11010 101100100 101100 110110

Color Harmonies of #BD575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD575D

Black with #BD575D

Text Example


Text Example

White with #BD575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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