Html Css Color HEX #B85978 Royal Heath

📋 copy color: '#B85978'

red 184 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #B85978

Tints of Royal Heath #B85978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 46.82%
G = 22.65%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B85978 (or 0xB85978) is known color: Royal Heath. HEX triplet: B8, 59 and 78. RGB value is (184,89,120). Sum of RGB (Red+Green+Blue) = 184+89+120=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B85978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85978 is #47A687. Grayscale: #787878. Windows color (decimal): -4695688 or 7887288. OLE color: 7887288.

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

Color convert

RGB 184 89 120 -
CMYK 0 0.52 0.35 0.28
HSL 340.42º 0.4% 0.54% -
HSV(B) 340.42º 0.52% 0.72% -
XYZ 26.73 18.69 19.97 -
YUV 120.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 184 89 120 0 0.52 0.35 0.28 340.42 0.4 0.54
Hex B8 59 78 0 34 23 1C 154 28 36
Octal 270 131 170 0 64 43 34 524 50 66
Binary 10111000 1011001 1111000 0 110100 100011 11100 101010100 101000 110110

Color Harmonies of #B85978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85978

Black with #B85978

Text Example


Text Example

White with #B85978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85978; }

 p { color: rgb(184,89,120); }

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

background-color css

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

 a { background-color: rgb(184,89,120); }

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

border-color css

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

 span { border-color: rgb(184,89,120); }

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