#B94671

Color #B94671 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B94671

Tints of Royal Heath #B94671

Color information

#B94671 (or 0xB94671) is unknown color: approx Royal Heath. HEX triplet: B9, 46 and 71. RGB value is (185,70,113). Sum of RGB (Red+Green+Blue) = 185+70+113=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B94671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94671 is #46B98E. Grayscale: #6D6D6D. Windows color (decimal): -4635023 or 7423673. OLE color: 7423673.

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

Color convert

RGB18570113-
CMYK00.620.390.27
HSL337.57º45.1%50%-
HSV(B)337.57º62.16%72.55%-
XYZ25.1815.8917.36-
YUV109.29130.1182-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 70 (27.73% from 255) = 19.02%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=50.27%
G=19.02%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857011300.620.390.27337.5745.150
HexB9467103E271B1522d32
Octal27110616107647335225562
Binary1011100110001101110001011111010011111011101010010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94671; }

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

 H1.HeaderClassName
 {
   color: #B94671;
 }
 .AnyTagClassName
 {
   color: #B94671;
 }
</style>
background-color css

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

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

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

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

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

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