Html Css Color HEX #BD597F Royal Heath

📋 copy color: '#BD597F'

red 189 ◦ green 89 ◦ blue 127

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

Shades of Royal Heath #BD597F

Tints of Royal Heath #BD597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.36%

R = 46.67%
G = 21.98%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD597F (or 0xBD597F) is known color: Royal Heath. HEX triplet: BD, 59 and 7F. RGB value is (189,89,127). Sum of RGB (Red+Green+Blue) = 189+89+127=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD597F is #42A680. Grayscale: #7B7B7B. Windows color (decimal): -4368001 or 8346045. OLE color: 8346045.

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

Color convert

RGB 189 89 127 -
CMYK 0 0.53 0.33 0.26
HSL 337.2º 0.43% 0.55% -
HSV(B) 337.2º 0.53% 0.74% -
XYZ 28.39 19.5 22.35 -
YUV 123.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 189 89 127 0 0.53 0.33 0.26 337.2 0.43 0.55
Hex BD 59 7F 0 35 21 1A 151 2B 37
Octal 275 131 177 0 65 41 32 521 53 67
Binary 10111101 1011001 1111111 0 110101 100001 11010 101010001 101011 110111

Color Harmonies of #BD597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD597F

Black with #BD597F

Text Example


Text Example

White with #BD597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD597F; }

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

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

background-color css

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

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

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

border-color css

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

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

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