Html Css Color HEX #B85875 Royal Heath

📋 copy color: '#B85875'

red 184 ◦ green 88 ◦ blue 117

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

Shades of Royal Heath #B85875

Tints of Royal Heath #B85875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 47.3%
G = 22.62%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B85875 (or 0xB85875) is known color: Royal Heath. HEX triplet: B8, 58 and 75. RGB value is (184,88,117). Sum of RGB (Red+Green+Blue) = 184+88+117=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B85875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85875 is #47A78A. Grayscale: #777777. Windows color (decimal): -4695947 or 7690424. OLE color: 7690424.

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

Color convert

RGB 184 88 117 -
CMYK 0 0.52 0.36 0.28
HSL 341.88º 0.4% 0.53% -
HSV(B) 341.88º 0.52% 0.72% -
XYZ 26.47 18.45 19 -
YUV 120.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 184 88 117 0 0.52 0.36 0.28 341.88 0.4 0.53
Hex B8 58 75 0 34 24 1C 156 28 35
Octal 270 130 165 0 64 44 34 526 50 65
Binary 10111000 1011000 1110101 0 110100 100100 11100 101010110 101000 110101

Color Harmonies of #B85875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85875

Black with #B85875

Text Example


Text Example

White with #B85875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85875; }

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

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

background-color css

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

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

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

border-color css

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

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

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