Html Css Color HEX #B85677 Royal Heath

📋 copy color: '#B85677'

red 184 ◦ green 86 ◦ blue 119

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

Shades of Royal Heath #B85677

Tints of Royal Heath #B85677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.11%

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

R = 47.3%
G = 22.11%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B85677 (or 0xB85677) is known color: Royal Heath. HEX triplet: B8, 56 and 77. RGB value is (184,86,119). Sum of RGB (Red+Green+Blue) = 184+86+119=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B85677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85677 is #47A988. Grayscale: #777777. Windows color (decimal): -4696457 or 7820984. OLE color: 7820984.

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

Color convert

RGB 184 86 119 -
CMYK 0 0.53 0.35 0.28
HSL 339.8º 0.41% 0.53% -
HSV(B) 339.8º 0.53% 0.72% -
XYZ 26.42 18.18 19.57 -
YUV 119.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 184 86 119 0 0.53 0.35 0.28 339.8 0.41 0.53
Hex B8 56 77 0 35 23 1C 154 29 35
Octal 270 126 167 0 65 43 34 524 51 65
Binary 10111000 1010110 1110111 0 110101 100011 11100 101010100 101001 110101

Color Harmonies of #B85677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85677

Black with #B85677

Text Example


Text Example

White with #B85677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85677; }

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

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

background-color css

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

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

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

border-color css

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

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

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