Html Css Color HEX #BD595C Mandy

📋 copy color: '#BD595C'

red 189 ◦ green 89 ◦ blue 92

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

Shades of Mandy #BD595C

Tints of Mandy #BD595C

RGB

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

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

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

R = 51.08%
G = 24.05%
B = 24.86%

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

#BD595C (or 0xBD595C) is known color: Mandy. HEX triplet: BD, 59 and 5C. RGB value is (189,89,92). Sum of RGB (Red+Green+Blue) = 189+89+92=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD595C is #42A6A3. Grayscale: #777777. Windows color (decimal): -4368036 or 6052285. OLE color: 6052285.

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

Color convert

RGB 189 89 92 -
CMYK 0 0.53 0.51 0.26
HSL 358.2º 0.43% 0.55% -
HSV(B) 358.2º 0.53% 0.74% -
XYZ 26.49 18.74 12.35 -
YUV 119.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 189 89 92 0 0.53 0.51 0.26 358.2 0.43 0.55
Hex BD 59 5C 0 35 33 1A 166 2B 37
Octal 275 131 134 0 65 63 32 546 53 67
Binary 10111101 1011001 1011100 0 110101 110011 11010 101100110 101011 110111

Color Harmonies of #BD595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD595C

Black with #BD595C

Text Example


Text Example

White with #BD595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD595C; }

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

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

background-color css

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

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

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

border-color css

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

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

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