Html Css Color HEX #B95576 Royal Heath

📋 copy color: '#B95576'

red 185 ◦ green 85 ◦ blue 118

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

Shades of Royal Heath #B95576

Tints of Royal Heath #B95576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

 BLUE value IS 118 (46.48% from 255) = 30.41%

R = 47.68%
G = 21.91%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B95576 (or 0xB95576) is known color: Royal Heath. HEX triplet: B9, 55 and 76. RGB value is (185,85,118). Sum of RGB (Red+Green+Blue) = 185+85+118=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B95576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95576 is #46AA89. Grayscale: #767676. Windows color (decimal): -4631178 or 7755193. OLE color: 7755193.

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

Color convert

RGB 185 85 118 -
CMYK 0 0.54 0.36 0.27
HSL 340.2º 0.42% 0.53% -
HSV(B) 340.2º 0.54% 0.73% -
XYZ 26.53 18.12 19.24 -
YUV 118.66 127.63 175.32 -
System Red Green Blue C M Y K H S L
Decimal 185 85 118 0 0.54 0.36 0.27 340.2 0.42 0.53
Hex B9 55 76 0 36 24 1B 154 2A 35
Octal 271 125 166 0 66 44 33 524 52 65
Binary 10111001 1010101 1110110 0 110110 100100 11011 101010100 101010 110101

Color Harmonies of #B95576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95576

Black with #B95576

Text Example


Text Example

White with #B95576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95576; }

 p { color: rgb(185,85,118); }

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

background-color css

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

 a { background-color: rgb(185,85,118); }

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

border-color css

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

 span { border-color: rgb(185,85,118); }

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