Html Css Color HEX #BD595F Mandy

📋 copy color: '#BD595F'

red 189 ◦ green 89 ◦ blue 95

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

Shades of Mandy #BD595F

Tints of Mandy #BD595F

RGB

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

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

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

R = 50.67%
G = 23.86%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD595F (or 0xBD595F) is known color: Mandy. HEX triplet: BD, 59 and 5F. RGB value is (189,89,95). Sum of RGB (Red+Green+Blue) = 189+89+95=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD595F is #42A6A0. Grayscale: #777777. Windows color (decimal): -4368033 or 6248893. OLE color: 6248893.

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

Color convert

RGB 189 89 95 -
CMYK 0 0.53 0.50 0.26
HSL 356.4º 0.43% 0.55% -
HSV(B) 356.4º 0.53% 0.74% -
XYZ 26.62 18.79 13.05 -
YUV 119.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 189 89 95 0 0.53 0.50 0.26 356.4 0.43 0.55
Hex BD 59 5F 0 35 32 1A 164 2B 37
Octal 275 131 137 0 65 62 32 544 53 67
Binary 10111101 1011001 1011111 0 110101 110010 11010 101100100 101011 110111

Color Harmonies of #BD595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD595F

Black with #BD595F

Text Example


Text Example

White with #BD595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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