Html Css Color HEX #B85679 Royal Heath

📋 copy color: '#B85679'

red 184 ◦ green 86 ◦ blue 121

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

Shades of Royal Heath #B85679

Tints of Royal Heath #B85679

RGB

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

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

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

R = 47.06%
G = 21.99%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B85679 (or 0xB85679) is known color: Royal Heath. HEX triplet: B8, 56 and 79. RGB value is (184,86,121). Sum of RGB (Red+Green+Blue) = 184+86+121=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B85679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85679 is #47A986. Grayscale: #777777. Windows color (decimal): -4696455 or 7952056. OLE color: 7952056.

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

Color convert

RGB 184 86 121 -
CMYK 0 0.53 0.34 0.28
HSL 338.57º 0.41% 0.53% -
HSV(B) 338.57º 0.53% 0.72% -
XYZ 26.55 18.23 20.21 -
YUV 119.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 184 86 121 0 0.53 0.34 0.28 338.57 0.41 0.53
Hex B8 56 79 0 35 22 1C 153 29 35
Octal 270 126 171 0 65 42 34 523 51 65
Binary 10111000 1010110 1111001 0 110101 100010 11100 101010011 101001 110101

Color Harmonies of #B85679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85679

Black with #B85679

Text Example


Text Example

White with #B85679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85679; }

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

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

background-color css

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

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

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

border-color css

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

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

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