Html Css Color HEX #BD595D Mandy

📋 copy color: '#BD595D'

red 189 ◦ green 89 ◦ blue 93

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

Shades of Mandy #BD595D

Tints of Mandy #BD595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.99%

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

R = 50.94%
G = 23.99%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD595D (or 0xBD595D) is known color: Mandy. HEX triplet: BD, 59 and 5D. RGB value is (189,89,93). Sum of RGB (Red+Green+Blue) = 189+89+93=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD595D is #42A6A2. Grayscale: #777777. Windows color (decimal): -4368035 or 6117821. OLE color: 6117821.

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

Color convert

RGB 189 89 93 -
CMYK 0 0.53 0.51 0.26
HSL 357.6º 0.43% 0.55% -
HSV(B) 357.6º 0.53% 0.74% -
XYZ 26.53 18.75 12.58 -
YUV 119.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 189 89 93 0 0.53 0.51 0.26 357.6 0.43 0.55
Hex BD 59 5D 0 35 33 1A 166 2B 37
Octal 275 131 135 0 65 63 32 546 53 67
Binary 10111101 1011001 1011101 0 110101 110011 11010 101100110 101011 110111

Color Harmonies of #BD595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD595D

Black with #BD595D

Text Example


Text Example

White with #BD595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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