Html Css Color HEX #BD575C Mandy

📋 copy color: '#BD575C'

red 189 ◦ green 87 ◦ blue 92

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

Shades of Mandy #BD575C

Tints of Mandy #BD575C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25%

R = 51.36%
G = 23.64%
B = 25%

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

#BD575C (or 0xBD575C) is known color: Mandy. HEX triplet: BD, 57 and 5C. RGB value is (189,87,92). Sum of RGB (Red+Green+Blue) = 189+87+92=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD575C is #42A8A3. Grayscale: #767676. Windows color (decimal): -4368548 or 6051773. OLE color: 6051773.

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

Color convert

RGB 189 87 92 -
CMYK 0 0.54 0.51 0.26
HSL 357.06º 0.44% 0.54% -
HSV(B) 357.06º 0.54% 0.74% -
XYZ 26.33 18.41 12.29 -
YUV 118.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 189 87 92 0 0.54 0.51 0.26 357.06 0.44 0.54
Hex BD 57 5C 0 36 33 1A 165 2C 36
Octal 275 127 134 0 66 63 32 545 54 66
Binary 10111101 1010111 1011100 0 110110 110011 11010 101100101 101100 110110

Color Harmonies of #BD575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD575C

Black with #BD575C

Text Example


Text Example

White with #BD575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD575C; }

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

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

background-color css

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

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

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

border-color css

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

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

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