Html Css Color HEX #B94976 Royal Heath

📋 copy color: '#B94976'

red 185 ◦ green 73 ◦ blue 118

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

Shades of Royal Heath #B94976

Tints of Royal Heath #B94976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.41%

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

R = 49.2%
G = 19.41%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B94976 (or 0xB94976) is known color: Royal Heath. HEX triplet: B9, 49 and 76. RGB value is (185,73,118). Sum of RGB (Red+Green+Blue) = 185+73+118=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B94976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94976 is #46B689. Grayscale: #6F6F6F. Windows color (decimal): -4634250 or 7752121. OLE color: 7752121.

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

Color convert

RGB 185 73 118 -
CMYK 0 0.61 0.36 0.27
HSL 335.89º 0.44% 0.51% -
HSV(B) 335.89º 0.61% 0.73% -
XYZ 25.66 16.39 18.95 -
YUV 111.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 185 73 118 0 0.61 0.36 0.27 335.89 0.44 0.51
Hex B9 49 76 0 3D 24 1B 150 2C 33
Octal 271 111 166 0 75 44 33 520 54 63
Binary 10111001 1001001 1110110 0 111101 100100 11011 101010000 101100 110011

Color Harmonies of #B94976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94976

Black with #B94976

Text Example


Text Example

White with #B94976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94976; }

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

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

background-color css

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

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

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

border-color css

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

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

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