Html Css Color HEX #B94677 Royal Heath

📋 copy color: '#B94677'

red 185 ◦ green 70 ◦ blue 119

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

Shades of Royal Heath #B94677

Tints of Royal Heath #B94677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.72%

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

R = 49.47%
G = 18.72%
B = 31.82%

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

#B94677 (or 0xB94677) is known color: Royal Heath. HEX triplet: B9, 46 and 77. RGB value is (185,70,119). Sum of RGB (Red+Green+Blue) = 185+70+119=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B94677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94677 is #46B988. Grayscale: #6D6D6D. Windows color (decimal): -4635017 or 7816889. OLE color: 7816889.

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

Color convert

RGB 185 70 119 -
CMYK 0 0.62 0.36 0.27
HSL 334.43º 0.45% 0.5% -
HSV(B) 334.43º 0.62% 0.73% -
XYZ 25.53 16.03 19.2 -
YUV 109.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 185 70 119 0 0.62 0.36 0.27 334.43 0.45 0.5
Hex B9 46 77 0 3E 24 1B 14E 2D 32
Octal 271 106 167 0 76 44 33 516 55 62
Binary 10111001 1000110 1110111 0 111110 100100 11011 101001110 101101 110010

Color Harmonies of #B94677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94677

Black with #B94677

Text Example


Text Example

White with #B94677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94677; }

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

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

background-color css

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

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

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

border-color css

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

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

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