Html Css Color HEX #BD595B Mandy

📋 copy color: '#BD595B'

red 189 ◦ green 89 ◦ blue 91

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

Shades of Mandy #BD595B

Tints of Mandy #BD595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.66%

R = 51.22%
G = 24.12%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD595B (or 0xBD595B) is known color: Mandy. HEX triplet: BD, 59 and 5B. RGB value is (189,89,91). Sum of RGB (Red+Green+Blue) = 189+89+91=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD595B is #42A6A4. Grayscale: #777777. Windows color (decimal): -4368037 or 5986749. OLE color: 5986749.

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

Color convert

RGB 189 89 91 -
CMYK 0 0.53 0.52 0.26
HSL 358.8º 0.43% 0.55% -
HSV(B) 358.8º 0.53% 0.74% -
XYZ 26.45 18.72 12.12 -
YUV 119.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 189 89 91 0 0.53 0.52 0.26 358.8 0.43 0.55
Hex BD 59 5B 0 35 34 1A 167 2B 37
Octal 275 131 133 0 65 64 32 547 53 67
Binary 10111101 1011001 1011011 0 110101 110100 11010 101100111 101011 110111

Color Harmonies of #BD595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD595B

Black with #BD595B

Text Example


Text Example

White with #BD595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD595B; }

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

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

background-color css

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

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

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

border-color css

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

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

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