Html Css Color HEX #B85173 Royal Heath

📋 copy color: '#B85173'

red 184 ◦ green 81 ◦ blue 115

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

Shades of Royal Heath #B85173

Tints of Royal Heath #B85173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.26%

R = 48.42%
G = 21.32%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B85173 (or 0xB85173) is known color: Royal Heath. HEX triplet: B8, 51 and 73. RGB value is (184,81,115). Sum of RGB (Red+Green+Blue) = 184+81+115=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B85173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85173 is #47AE8C. Grayscale: #737373. Windows color (decimal): -4697741 or 7557560. OLE color: 7557560.

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

Color convert

RGB 184 81 115 -
CMYK 0 0.56 0.38 0.28
HSL 340.19º 0.42% 0.52% -
HSV(B) 340.19º 0.56% 0.72% -
XYZ 25.8 17.31 18.2 -
YUV 115.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 184 81 115 0 0.56 0.38 0.28 340.19 0.42 0.52
Hex B8 51 73 0 38 26 1C 154 2A 34
Octal 270 121 163 0 70 46 34 524 52 64
Binary 10111000 1010001 1110011 0 111000 100110 11100 101010100 101010 110100

Color Harmonies of #B85173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85173

Black with #B85173

Text Example


Text Example

White with #B85173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85173; }

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

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

background-color css

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

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

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

border-color css

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

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

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