Html Css Color HEX #B94478 Royal Heath

📋 copy color: '#B94478'

red 185 ◦ green 68 ◦ blue 120

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

Shades of Royal Heath #B94478

Tints of Royal Heath #B94478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

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

R = 49.6%
G = 18.23%
B = 32.17%

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

#B94478 (or 0xB94478) is known color: Royal Heath. HEX triplet: B9, 44 and 78. RGB value is (185,68,120). Sum of RGB (Red+Green+Blue) = 185+68+120=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B94478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94478 is #46BB87. Grayscale: #6C6C6C. Windows color (decimal): -4635528 or 7881913. OLE color: 7881913.

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

Color convert

RGB 185 68 120 -
CMYK 0 0.63 0.35 0.27
HSL 333.33º 0.46% 0.5% -
HSV(B) 333.33º 0.63% 0.73% -
XYZ 25.46 15.8 19.48 -
YUV 108.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 185 68 120 0 0.63 0.35 0.27 333.33 0.46 0.5
Hex B9 44 78 0 3F 23 1B 14D 2E 32
Octal 271 104 170 0 77 43 33 515 56 62
Binary 10111001 1000100 1111000 0 111111 100011 11011 101001101 101110 110010

Color Harmonies of #B94478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94478

Black with #B94478

Text Example


Text Example

White with #B94478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94478; }

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

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

background-color css

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

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

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

border-color css

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

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

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