Html Css Color HEX #B94979 Royal Heath

📋 copy color: '#B94979'

red 185 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #B94979

Tints of Royal Heath #B94979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 48.81%
G = 19.26%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B94979 (or 0xB94979) is known color: Royal Heath. HEX triplet: B9, 49 and 79. RGB value is (185,73,121). Sum of RGB (Red+Green+Blue) = 185+73+121=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B94979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94979 is #46B686. Grayscale: #6F6F6F. Windows color (decimal): -4634247 or 7948729. OLE color: 7948729.

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

Color convert

RGB 185 73 121 -
CMYK 0 0.61 0.35 0.27
HSL 334.29º 0.44% 0.51% -
HSV(B) 334.29º 0.61% 0.73% -
XYZ 25.84 16.46 19.9 -
YUV 111.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 185 73 121 0 0.61 0.35 0.27 334.29 0.44 0.51
Hex B9 49 79 0 3D 23 1B 14E 2C 33
Octal 271 111 171 0 75 43 33 516 54 63
Binary 10111001 1001001 1111001 0 111101 100011 11011 101001110 101100 110011

Color Harmonies of #B94979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94979

Black with #B94979

Text Example


Text Example

White with #B94979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94979; }

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

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

background-color css

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

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

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

border-color css

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

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

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