Html Css Color HEX #B85879 Royal Heath

📋 copy color: '#B85879'

red 184 ◦ green 88 ◦ blue 121

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

Shades of Royal Heath #B85879

Tints of Royal Heath #B85879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.39%

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

R = 46.82%
G = 22.39%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B85879 (or 0xB85879) is known color: Royal Heath. HEX triplet: B8, 58 and 79. RGB value is (184,88,121). Sum of RGB (Red+Green+Blue) = 184+88+121=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B85879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85879 is #47A786. Grayscale: #787878. Windows color (decimal): -4695943 or 7952568. OLE color: 7952568.

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

Color convert

RGB 184 88 121 -
CMYK 0 0.52 0.34 0.28
HSL 339.38º 0.4% 0.53% -
HSV(B) 339.38º 0.52% 0.72% -
XYZ 26.71 18.55 20.26 -
YUV 120.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 184 88 121 0 0.52 0.34 0.28 339.38 0.4 0.53
Hex B8 58 79 0 34 22 1C 153 28 35
Octal 270 130 171 0 64 42 34 523 50 65
Binary 10111000 1011000 1111001 0 110100 100010 11100 101010011 101000 110101

Color Harmonies of #B85879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85879

Black with #B85879

Text Example


Text Example

White with #B85879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85879; }

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

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

background-color css

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

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

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

border-color css

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

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

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