#B94E75

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

Shades of Royal Heath #B94E75

Tints of Royal Heath #B94E75

Color information

#B94E75 (or 0xB94E75) is unknown color: approx Royal Heath. HEX triplet: B9, 4E and 75. RGB value is (185,78,117). Sum of RGB (Red+Green+Blue) = 185+78+117=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94E75 is #46B18A. Grayscale: #727272. Windows color (decimal): -4632971 or 7687865. OLE color: 7687865.

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

Color convert

RGB18578117-
CMYK00.580.370.27
HSL338.13º43.32%51.57%-
HSV(B)338.13º57.84%72.55%-
XYZ25.9417.0518.75-
YUV114.44129.45178.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=48.68%
G=20.53%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857811700.580.370.27338.1343.3251.57
HexB94E7503A251B1522b34
Octal27111616507245335225364
Binary1011100110011101110101011101010010111011101010010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E75; }

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

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

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

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

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

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

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

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