Html Css Color HEX #B95978 Royal Heath

📋 copy color: '#B95978'

red 185 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #B95978

Tints of Royal Heath #B95978

RGB

 RED value IS 185 (72.66% from 255) = 46.95%

 GREEN value IS 89 (35.16% from 255) = 22.59%

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 46.95%
G = 22.59%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B95978 (or 0xB95978) is known color: Royal Heath. HEX triplet: B9, 59 and 78. RGB value is (185,89,120). Sum of RGB (Red+Green+Blue) = 185+89+120=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B95978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95978 is #46A687. Grayscale: #797979. Windows color (decimal): -4630152 or 7887289. OLE color: 7887289.

HSL color Cylindrical-coordinate representation of color #B95978: hue angle of 340.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95978 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 120 -
CMYK 0 0.52 0.35 0.27
HSL 340.63º 0.41% 0.54% -
HSV(B) 340.63º 0.52% 0.73% -
XYZ 26.97 18.82 19.98 -
YUV 121.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 185 89 120 0 0.52 0.35 0.27 340.63 0.41 0.54
Hex B9 59 78 0 34 23 1B 155 29 36
Octal 271 131 170 0 64 43 33 525 51 66
Binary 10111001 1011001 1111000 0 110100 100011 11011 101010101 101001 110110

Color Harmonies of #B95978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95978

Black with #B95978

Text Example


Text Example

White with #B95978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95978; }

 p { color: rgb(185,89,120); }

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

background-color css

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

 a { background-color: rgb(185,89,120); }

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

border-color css

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

 span { border-color: rgb(185,89,120); }

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