Html Css Color HEX #BD4979 Royal Heath

📋 copy color: '#BD4979'

red 189 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #BD4979

Tints of Royal Heath #BD4979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.06%

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

R = 49.35%
G = 19.06%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD4979 (or 0xBD4979) is known color: Royal Heath. HEX triplet: BD, 49 and 79. RGB value is (189,73,121). Sum of RGB (Red+Green+Blue) = 189+73+121=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4979 is #42B686. Grayscale: #717171. Windows color (decimal): -4372103 or 7948733. OLE color: 7948733.

HSL color Cylindrical-coordinate representation of color #BD4979: hue angle of 335.17º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4979 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 73 121 -
CMYK 0 0.61 0.36 0.26
HSL 335.17º 0.47% 0.51% -
HSV(B) 335.17º 0.61% 0.74% -
XYZ 26.82 16.96 19.95 -
YUV 113.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 189 73 121 0 0.61 0.36 0.26 335.17 0.47 0.51
Hex BD 49 79 0 3D 24 1A 14F 2F 33
Octal 275 111 171 0 75 44 32 517 57 63
Binary 10111101 1001001 1111001 0 111101 100100 11010 101001111 101111 110011

Color Harmonies of #BD4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4979

Black with #BD4979

Text Example


Text Example

White with #BD4979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4979; }

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

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

background-color css

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

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

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

border-color css

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

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

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