Html Css Color HEX #B74979 Royal Heath

📋 copy color: '#B74979'

red 183 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #B74979

Tints of Royal Heath #B74979

RGB

 RED value IS 183 (71.88% from 255) = 48.54%

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

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

R = 48.54%
G = 19.36%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B74979 (or 0xB74979) is known color: Royal Heath. HEX triplet: B7, 49 and 79. RGB value is (183,73,121). Sum of RGB (Red+Green+Blue) = 183+73+121=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B74979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74979 is #48B686. Grayscale: #6F6F6F. Windows color (decimal): -4765319 or 7948727. OLE color: 7948727.

HSL color Cylindrical-coordinate representation of color #B74979: hue angle of 333.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74979 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 121 -
CMYK 0 0.60 0.34 0.28
HSL 333.82º 0.43% 0.5% -
HSV(B) 333.82º 0.6% 0.72% -
XYZ 25.36 16.21 19.88 -
YUV 111.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 183 73 121 0 0.60 0.34 0.28 333.82 0.43 0.5
Hex B7 49 79 0 3C 22 1C 14E 2B 32
Octal 267 111 171 0 74 42 34 516 53 62
Binary 10110111 1001001 1111001 0 111100 100010 11100 101001110 101011 110010

Color Harmonies of #B74979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74979

Black with #B74979

Text Example


Text Example

White with #B74979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74979; }

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

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

background-color css

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

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

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

border-color css

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

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

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