Html Css Color HEX #B85574 Royal Heath

📋 copy color: '#B85574'

red 184 ◦ green 85 ◦ blue 116

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

Shades of Royal Heath #B85574

Tints of Royal Heath #B85574

RGB

 RED value IS 184 (72.27% from 255) = 47.79%

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

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

R = 47.79%
G = 22.08%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B85574 (or 0xB85574) is known color: Royal Heath. HEX triplet: B8, 55 and 74. RGB value is (184,85,116). Sum of RGB (Red+Green+Blue) = 184+85+116=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B85574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85574 is #47AA8B. Grayscale: #767676. Windows color (decimal): -4696716 or 7624120. OLE color: 7624120.

HSL color Cylindrical-coordinate representation of color #B85574: hue angle of 341.21º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85574 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 85 116 -
CMYK 0 0.54 0.37 0.28
HSL 341.21º 0.41% 0.53% -
HSV(B) 341.21º 0.54% 0.72% -
XYZ 26.17 17.95 18.61 -
YUV 118.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 184 85 116 0 0.54 0.37 0.28 341.21 0.41 0.53
Hex B8 55 74 0 36 25 1C 155 29 35
Octal 270 125 164 0 66 45 34 525 51 65
Binary 10111000 1010101 1110100 0 110110 100101 11100 101010101 101001 110101

Color Harmonies of #B85574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85574

Black with #B85574

Text Example


Text Example

White with #B85574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85574; }

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

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

background-color css

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

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

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

border-color css

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

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

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