Html Css Color HEX #B94879 Royal Heath

📋 copy color: '#B94879'

red 185 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #B94879

Tints of Royal Heath #B94879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

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

R = 48.94%
G = 19.05%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B94879 (or 0xB94879) is known color: Royal Heath. HEX triplet: B9, 48 and 79. RGB value is (185,72,121). Sum of RGB (Red+Green+Blue) = 185+72+121=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B94879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94879 is #46B786. Grayscale: #6F6F6F. Windows color (decimal): -4634503 or 7948473. OLE color: 7948473.

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

Color convert

RGB 185 72 121 -
CMYK 0 0.61 0.35 0.27
HSL 333.98º 0.45% 0.5% -
HSV(B) 333.98º 0.61% 0.73% -
XYZ 25.78 16.33 19.88 -
YUV 111.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 185 72 121 0 0.61 0.35 0.27 333.98 0.45 0.5
Hex B9 48 79 0 3D 23 1B 14E 2D 32
Octal 271 110 171 0 75 43 33 516 55 62
Binary 10111001 1001000 1111001 0 111101 100011 11011 101001110 101101 110010

Color Harmonies of #B94879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94879

Black with #B94879

Text Example


Text Example

White with #B94879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94879; }

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

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

background-color css

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

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

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

border-color css

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

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

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