Html Css Color HEX #B95976 Royal Heath

📋 copy color: '#B95976'

red 185 ◦ green 89 ◦ blue 118

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

Shades of Royal Heath #B95976

Tints of Royal Heath #B95976

RGB

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

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

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

R = 47.19%
G = 22.7%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B95976 (or 0xB95976) is known color: Royal Heath. HEX triplet: B9, 59 and 76. RGB value is (185,89,118). Sum of RGB (Red+Green+Blue) = 185+89+118=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B95976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95976 is #46A689. Grayscale: #787878. Windows color (decimal): -4630154 or 7756217. OLE color: 7756217.

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

Color convert

RGB 185 89 118 -
CMYK 0 0.52 0.36 0.27
HSL 341.88º 0.41% 0.54% -
HSV(B) 341.88º 0.52% 0.73% -
XYZ 26.85 18.77 19.35 -
YUV 121.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 185 89 118 0 0.52 0.36 0.27 341.88 0.41 0.54
Hex B9 59 76 0 34 24 1B 156 29 36
Octal 271 131 166 0 64 44 33 526 51 66
Binary 10111001 1011001 1110110 0 110100 100100 11011 101010110 101001 110110

Color Harmonies of #B95976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95976

Black with #B95976

Text Example


Text Example

White with #B95976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95976; }

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

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

background-color css

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

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

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

border-color css

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

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

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