Html Css Color HEX #B94C78 Royal Heath

📋 copy color: '#B94C78'

red 185 ◦ green 76 ◦ blue 120

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

Shades of Royal Heath #B94C78

Tints of Royal Heath #B94C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 48.56%
G = 19.95%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B94C78 (or 0xB94C78) is known color: Royal Heath. HEX triplet: B9, 4C and 78. RGB value is (185,76,120). Sum of RGB (Red+Green+Blue) = 185+76+120=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C78 is #46B387. Grayscale: #717171. Windows color (decimal): -4633480 or 7883961. OLE color: 7883961.

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

Color convert

RGB 185 76 120 -
CMYK 0 0.59 0.35 0.27
HSL 335.78º 0.44% 0.51% -
HSV(B) 335.78º 0.59% 0.73% -
XYZ 25.98 16.84 19.65 -
YUV 113.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 185 76 120 0 0.59 0.35 0.27 335.78 0.44 0.51
Hex B9 4C 78 0 3B 23 1B 150 2C 33
Octal 271 114 170 0 73 43 33 520 54 63
Binary 10111001 1001100 1111000 0 111011 100011 11011 101010000 101100 110011

Color Harmonies of #B94C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94C78

Black with #B94C78

Text Example


Text Example

White with #B94C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94C78; }

 p { color: rgb(185,76,120); }

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

background-color css

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

 a { background-color: rgb(185,76,120); }

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

border-color css

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

 span { border-color: rgb(185,76,120); }

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