Html Css Color HEX #B85478 Royal Heath

📋 copy color: '#B85478'

red 184 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #B85478

Tints of Royal Heath #B85478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 47.42%
G = 21.65%
B = 30.93%

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

#B85478 (or 0xB85478) is known color: Royal Heath. HEX triplet: B8, 54 and 78. RGB value is (184,84,120). Sum of RGB (Red+Green+Blue) = 184+84+120=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B85478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85478 is #47AB87. Grayscale: #757575. Windows color (decimal): -4696968 or 7886008. OLE color: 7886008.

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

Color convert

RGB 184 84 120 -
CMYK 0 0.54 0.35 0.28
HSL 338.4º 0.41% 0.53% -
HSV(B) 338.4º 0.54% 0.72% -
XYZ 26.33 17.89 19.83 -
YUV 118 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 184 84 120 0 0.54 0.35 0.28 338.4 0.41 0.53
Hex B8 54 78 0 36 23 1C 152 29 35
Octal 270 124 170 0 66 43 34 522 51 65
Binary 10111000 1010100 1111000 0 110110 100011 11100 101010010 101001 110101

Color Harmonies of #B85478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85478

Black with #B85478

Text Example


Text Example

White with #B85478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85478; }

 p { color: rgb(184,84,120); }

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

background-color css

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

 a { background-color: rgb(184,84,120); }

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

border-color css

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

 span { border-color: rgb(184,84,120); }

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