Html Css Color HEX #B94579 Royal Heath

📋 copy color: '#B94579'

red 185 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #B94579

Tints of Royal Heath #B94579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

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

R = 49.33%
G = 18.4%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B94579 (or 0xB94579) is known color: Royal Heath. HEX triplet: B9, 45 and 79. RGB value is (185,69,121). Sum of RGB (Red+Green+Blue) = 185+69+121=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B94579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94579 is #46BA86. Grayscale: #6D6D6D. Windows color (decimal): -4635271 or 7947705. OLE color: 7947705.

HSL color Cylindrical-coordinate representation of color #B94579: hue angle of 333.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94579 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 121 -
CMYK 0 0.63 0.35 0.27
HSL 333.1º 0.46% 0.5% -
HSV(B) 333.1º 0.63% 0.73% -
XYZ 25.59 15.95 19.82 -
YUV 109.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 185 69 121 0 0.63 0.35 0.27 333.1 0.46 0.5
Hex B9 45 79 0 3F 23 1B 14D 2E 32
Octal 271 105 171 0 77 43 33 515 56 62
Binary 10111001 1000101 1111001 0 111111 100011 11011 101001101 101110 110010

Color Harmonies of #B94579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94579

Black with #B94579

Text Example


Text Example

White with #B94579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94579; }

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

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

background-color css

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

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

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

border-color css

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

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

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