Html Css Color HEX #BD597C Royal Heath

📋 copy color: '#BD597C'

red 189 ◦ green 89 ◦ blue 124

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

Shades of Royal Heath #BD597C

Tints of Royal Heath #BD597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 47.01%
G = 22.14%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD597C (or 0xBD597C) is known color: Royal Heath. HEX triplet: BD, 59 and 7C. RGB value is (189,89,124). Sum of RGB (Red+Green+Blue) = 189+89+124=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD597C is #42A683. Grayscale: #7A7A7A. Windows color (decimal): -4368004 or 8149437. OLE color: 8149437.

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

Color convert

RGB 189 89 124 -
CMYK 0 0.53 0.34 0.26
HSL 339º 0.43% 0.55% -
HSV(B) 339º 0.53% 0.74% -
XYZ 28.2 19.42 21.33 -
YUV 122.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 189 89 124 0 0.53 0.34 0.26 339 0.43 0.55
Hex BD 59 7C 0 35 22 1A 153 2B 37
Octal 275 131 174 0 65 42 32 523 53 67
Binary 10111101 1011001 1111100 0 110101 100010 11010 101010011 101011 110111

Color Harmonies of #BD597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD597C

Black with #BD597C

Text Example


Text Example

White with #BD597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD597C; }

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

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

background-color css

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

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

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

border-color css

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

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

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