Html Css Color HEX #B85874 Royal Heath

📋 copy color: '#B85874'

red 184 ◦ green 88 ◦ blue 116

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

Shades of Royal Heath #B85874

Tints of Royal Heath #B85874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.68%

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 47.42%
G = 22.68%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B85874 (or 0xB85874) is known color: Royal Heath. HEX triplet: B8, 58 and 74. RGB value is (184,88,116). Sum of RGB (Red+Green+Blue) = 184+88+116=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B85874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85874 is #47A78B. Grayscale: #777777. Windows color (decimal): -4695948 or 7624888. OLE color: 7624888.

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

Color convert

RGB 184 88 116 -
CMYK 0 0.52 0.37 0.28
HSL 342.5º 0.4% 0.53% -
HSV(B) 342.5º 0.52% 0.72% -
XYZ 26.41 18.43 18.69 -
YUV 119.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 184 88 116 0 0.52 0.37 0.28 342.5 0.4 0.53
Hex B8 58 74 0 34 25 1C 156 28 35
Octal 270 130 164 0 64 45 34 526 50 65
Binary 10111000 1011000 1110100 0 110100 100101 11100 101010110 101000 110101

Color Harmonies of #B85874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85874

Black with #B85874

Text Example


Text Example

White with #B85874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85874; }

 p { color: rgb(184,88,116); }

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

background-color css

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

 a { background-color: rgb(184,88,116); }

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

border-color css

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

 span { border-color: rgb(184,88,116); }

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