Html Css Color HEX #B85577 Royal Heath

📋 copy color: '#B85577'

red 184 ◦ green 85 ◦ blue 119

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

Shades of Royal Heath #B85577

Tints of Royal Heath #B85577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.67%

R = 47.42%
G = 21.91%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B85577 (or 0xB85577) is known color: Royal Heath. HEX triplet: B8, 55 and 77. RGB value is (184,85,119). Sum of RGB (Red+Green+Blue) = 184+85+119=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B85577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85577 is #47AA88. Grayscale: #767676. Windows color (decimal): -4696713 or 7820728. OLE color: 7820728.

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

Color convert

RGB 184 85 119 -
CMYK 0 0.54 0.35 0.28
HSL 339.39º 0.41% 0.53% -
HSV(B) 339.39º 0.54% 0.72% -
XYZ 26.35 18.02 19.54 -
YUV 118.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 184 85 119 0 0.54 0.35 0.28 339.39 0.41 0.53
Hex B8 55 77 0 36 23 1C 153 29 35
Octal 270 125 167 0 66 43 34 523 51 65
Binary 10111000 1010101 1110111 0 110110 100011 11100 101010011 101001 110101

Color Harmonies of #B85577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85577

Black with #B85577

Text Example


Text Example

White with #B85577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85577; }

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

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

background-color css

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

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

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

border-color css

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

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

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