#B94E81

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

Shades of Royal Heath #B94E81

Tints of Royal Heath #B94E81

Color information

#B94E81 (or 0xB94E81) is unknown color: approx Royal Heath. HEX triplet: B9, 4E and 81. RGB value is (185,78,129). Sum of RGB (Red+Green+Blue) = 185+78+129=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E81 is #46B17E. Grayscale: #737373. Windows color (decimal): -4632959 or 8474297. OLE color: 8474297.

HSL color Cylindrical-coordinate representation of color #B94E81: hue angle of 331.4º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94E81 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18578129-
CMYK00.580.300.27
HSL331.4º43.32%51.57%-
HSV(B)331.4º57.84%72.55%-
XYZ26.6917.3522.71-
YUV115.81135.45177.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=47.19%
G=19.90%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857812900.580.300.27331.443.3251.57
HexB94E8103A1E1B14b2b34
Octal27111620107236335135364
Binary1011100110011101000000101110101111011011101001011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E81; }

 p { color: rgb(185,78,129); }

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

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

 a { background-color: rgb(185,78,129); }

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

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

 span { border-color: rgb(185,78,129); }

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