Html Css Color HEX #B85371 Royal Heath

📋 copy color: '#B85371'

red 184 ◦ green 83 ◦ blue 113

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

Shades of Royal Heath #B85371

Tints of Royal Heath #B85371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.84%

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 48.42%
G = 21.84%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B85371 (or 0xB85371) is known color: Royal Heath. HEX triplet: B8, 53 and 71. RGB value is (184,83,113). Sum of RGB (Red+Green+Blue) = 184+83+113=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B85371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85371 is #47AC8E. Grayscale: #747474. Windows color (decimal): -4697231 or 7427000. OLE color: 7427000.

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

Color convert

RGB 184 83 113 -
CMYK 0 0.55 0.39 0.28
HSL 342.18º 0.42% 0.52% -
HSV(B) 342.18º 0.55% 0.72% -
XYZ 25.84 17.57 17.65 -
YUV 116.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 184 83 113 0 0.55 0.39 0.28 342.18 0.42 0.52
Hex B8 53 71 0 37 27 1C 156 2A 34
Octal 270 123 161 0 67 47 34 526 52 64
Binary 10111000 1010011 1110001 0 110111 100111 11100 101010110 101010 110100

Color Harmonies of #B85371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85371

Black with #B85371

Text Example


Text Example

White with #B85371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85371; }

 p { color: rgb(184,83,113); }

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

background-color css

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

 a { background-color: rgb(184,83,113); }

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

border-color css

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

 span { border-color: rgb(184,83,113); }

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