Html Css Color HEX #B94777 Royal Heath

📋 copy color: '#B94777'

red 185 ◦ green 71 ◦ blue 119

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

Shades of Royal Heath #B94777

Tints of Royal Heath #B94777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.93%

 BLUE value IS 119 (46.88% from 255) = 31.73%

R = 49.33%
G = 18.93%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B94777 (or 0xB94777) is known color: Royal Heath. HEX triplet: B9, 47 and 77. RGB value is (185,71,119). Sum of RGB (Red+Green+Blue) = 185+71+119=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B94777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94777 is #46B888. Grayscale: #6E6E6E. Windows color (decimal): -4634761 or 7817145. OLE color: 7817145.

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

Color convert

RGB 185 71 119 -
CMYK 0 0.62 0.36 0.27
HSL 334.74º 0.45% 0.5% -
HSV(B) 334.74º 0.62% 0.73% -
XYZ 25.59 16.15 19.22 -
YUV 110.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 185 71 119 0 0.62 0.36 0.27 334.74 0.45 0.5
Hex B9 47 77 0 3E 24 1B 14F 2D 32
Octal 271 107 167 0 76 44 33 517 55 62
Binary 10111001 1000111 1110111 0 111110 100100 11011 101001111 101101 110010

Color Harmonies of #B94777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94777

Black with #B94777

Text Example


Text Example

White with #B94777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94777; }

 p { color: rgb(185,71,119); }

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

background-color css

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

 a { background-color: rgb(185,71,119); }

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

border-color css

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

 span { border-color: rgb(185,71,119); }

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