#B94E6E

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

Shades of Royal Heath #B94E6E

Tints of Royal Heath #B94E6E

Color information

#B94E6E (or 0xB94E6E) is unknown color: approx Royal Heath. HEX triplet: B9, 4E and 6E. RGB value is (185,78,110). Sum of RGB (Red+Green+Blue) = 185+78+110=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94E6E is #46B191. Grayscale: #717171. Windows color (decimal): -4632978 or 7229113. OLE color: 7229113.

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

Color convert

RGB18578110-
CMYK00.580.410.27
HSL342.06º43.32%51.57%-
HSV(B)342.06º57.84%72.55%-
XYZ25.5516.8916.67-
YUV113.64125.95178.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=49.60%
G=20.91%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857811000.580.410.27342.0643.3251.57
HexB94E6E03A291B1562b34
Octal27111615607251335265364
Binary1011100110011101101110011101010100111011101010110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E6E; }

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

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

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

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

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

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

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

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