Html Css Color HEX #BD5574 Royal Heath

📋 copy color: '#BD5574'

red 189 ◦ green 85 ◦ blue 116

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

Shades of Royal Heath #BD5574

Tints of Royal Heath #BD5574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.79%

 BLUE value IS 116 (45.7% from 255) = 29.74%

R = 48.46%
G = 21.79%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD5574 (or 0xBD5574) is known color: Royal Heath. HEX triplet: BD, 55 and 74. RGB value is (189,85,116). Sum of RGB (Red+Green+Blue) = 189+85+116=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5574 is #42AA8B. Grayscale: #777777. Windows color (decimal): -4369036 or 7624125. OLE color: 7624125.

HSL color Cylindrical-coordinate representation of color #BD5574: hue angle of 342.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5574 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 85 116 -
CMYK 0 0.55 0.39 0.26
HSL 342.12º 0.44% 0.54% -
HSV(B) 342.12º 0.55% 0.74% -
XYZ 27.39 18.58 18.67 -
YUV 119.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 189 85 116 0 0.55 0.39 0.26 342.12 0.44 0.54
Hex BD 55 74 0 37 27 1A 156 2C 36
Octal 275 125 164 0 67 47 32 526 54 66
Binary 10111101 1010101 1110100 0 110111 100111 11010 101010110 101100 110110

Color Harmonies of #BD5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5574

Black with #BD5574

Text Example


Text Example

White with #BD5574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5574; }

 p { color: rgb(189,85,116); }

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

background-color css

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

 a { background-color: rgb(189,85,116); }

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

border-color css

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

 span { border-color: rgb(189,85,116); }

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