Html Css Color HEX #BD5979 Royal Heath

📋 copy color: '#BD5979'

red 189 ◦ green 89 ◦ blue 121

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

Shades of Royal Heath #BD5979

Tints of Royal Heath #BD5979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.33%

R = 47.37%
G = 22.31%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD5979 (or 0xBD5979) is known color: Royal Heath. HEX triplet: BD, 59 and 79. RGB value is (189,89,121). Sum of RGB (Red+Green+Blue) = 189+89+121=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5979 is #42A686. Grayscale: #7A7A7A. Windows color (decimal): -4368007 or 7952829. OLE color: 7952829.

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

Color convert

RGB 189 89 121 -
CMYK 0 0.53 0.36 0.26
HSL 340.8º 0.43% 0.55% -
HSV(B) 340.8º 0.53% 0.74% -
XYZ 28.01 19.34 20.35 -
YUV 122.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 189 89 121 0 0.53 0.36 0.26 340.8 0.43 0.55
Hex BD 59 79 0 35 24 1A 155 2B 37
Octal 275 131 171 0 65 44 32 525 53 67
Binary 10111101 1011001 1111001 0 110101 100100 11010 101010101 101011 110111

Color Harmonies of #BD5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5979

Black with #BD5979

Text Example


Text Example

White with #BD5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5979; }

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

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

background-color css

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

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

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

border-color css

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

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

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