Html Css Color HEX #B85177 Royal Heath

📋 copy color: '#B85177'

red 184 ◦ green 81 ◦ blue 119

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

Shades of Royal Heath #B85177

Tints of Royal Heath #B85177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

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

R = 47.92%
G = 21.09%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B85177 (or 0xB85177) is known color: Royal Heath. HEX triplet: B8, 51 and 77. RGB value is (184,81,119). Sum of RGB (Red+Green+Blue) = 184+81+119=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B85177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85177 is #47AE88. Grayscale: #747474. Windows color (decimal): -4697737 or 7819704. OLE color: 7819704.

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

Color convert

RGB 184 81 119 -
CMYK 0 0.56 0.35 0.28
HSL 337.86º 0.42% 0.52% -
HSV(B) 337.86º 0.56% 0.72% -
XYZ 26.04 17.41 19.44 -
YUV 116.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 184 81 119 0 0.56 0.35 0.28 337.86 0.42 0.52
Hex B8 51 77 0 38 23 1C 152 2A 34
Octal 270 121 167 0 70 43 34 522 52 64
Binary 10111000 1010001 1110111 0 111000 100011 11100 101010010 101010 110100

Color Harmonies of #B85177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85177

Black with #B85177

Text Example


Text Example

White with #B85177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85177; }

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

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

background-color css

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

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

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

border-color css

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

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

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