Html Css Color HEX #B85579 Royal Heath

📋 copy color: '#B85579'

red 184 ◦ green 85 ◦ blue 121

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

Shades of Royal Heath #B85579

Tints of Royal Heath #B85579

RGB

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

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

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

R = 47.18%
G = 21.79%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B85579 (or 0xB85579) is known color: Royal Heath. HEX triplet: B8, 55 and 79. RGB value is (184,85,121). Sum of RGB (Red+Green+Blue) = 184+85+121=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B85579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85579 is #47AA86. Grayscale: #767676. Windows color (decimal): -4696711 or 7951800. OLE color: 7951800.

HSL color Cylindrical-coordinate representation of color #B85579: hue angle of 338.18º 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 #B85579 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 85 121 -
CMYK 0 0.54 0.34 0.28
HSL 338.18º 0.41% 0.53% -
HSV(B) 338.18º 0.54% 0.72% -
XYZ 26.47 18.07 20.18 -
YUV 118.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 184 85 121 0 0.54 0.34 0.28 338.18 0.41 0.53
Hex B8 55 79 0 36 22 1C 152 29 35
Octal 270 125 171 0 66 42 34 522 51 65
Binary 10111000 1010101 1111001 0 110110 100010 11100 101010010 101001 110101

Color Harmonies of #B85579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85579

Black with #B85579

Text Example


Text Example

White with #B85579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85579; }

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

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

background-color css

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

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

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

border-color css

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

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

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