Html Css Color HEX #B85176 Royal Heath

📋 copy color: '#B85176'

red 184 ◦ green 81 ◦ blue 118

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

Shades of Royal Heath #B85176

Tints of Royal Heath #B85176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.81%

R = 48.04%
G = 21.15%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B85176 (or 0xB85176) is known color: Royal Heath. HEX triplet: B8, 51 and 76. RGB value is (184,81,118). Sum of RGB (Red+Green+Blue) = 184+81+118=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B85176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85176 is #47AE89. Grayscale: #737373. Windows color (decimal): -4697738 or 7754168. OLE color: 7754168.

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

Color convert

RGB 184 81 118 -
CMYK 0 0.56 0.36 0.28
HSL 338.45º 0.42% 0.52% -
HSV(B) 338.45º 0.56% 0.72% -
XYZ 25.98 17.38 19.13 -
YUV 116.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 184 81 118 0 0.56 0.36 0.28 338.45 0.42 0.52
Hex B8 51 76 0 38 24 1C 152 2A 34
Octal 270 121 166 0 70 44 34 522 52 64
Binary 10111000 1010001 1110110 0 111000 100100 11100 101010010 101010 110100

Color Harmonies of #B85176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85176

Black with #B85176

Text Example


Text Example

White with #B85176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85176; }

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

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

background-color css

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

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

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

border-color css

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

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

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