#B94A7D

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

Shades of Royal Heath #B94A7D

Tints of Royal Heath #B94A7D

Color information

#B94A7D (or 0xB94A7D) is unknown color: approx Royal Heath. HEX triplet: B9, 4A and 7D. RGB value is (185,74,125). Sum of RGB (Red+Green+Blue) = 185+74+125=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A7D is #46B582. Grayscale: #707070. Windows color (decimal): -4633987 or 8211129. OLE color: 8211129.

HSL color Cylindrical-coordinate representation of color #B94A7D: hue angle of 332.43º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94A7D is Cyan = 0, Magento = 0.6, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18574125-
CMYK00.60.320.27
HSL332.43º44.22%50.78%-
HSV(B)332.43º60%72.55%-
XYZ26.1616.6921.25-
YUV113134.77179.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 74 (29.30% from 255) = 19.27%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=48.18%
G=19.27%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857412500.60.320.27332.4344.2250.78
HexB94A7D03C201B14c2c33
Octal27111217507440335145463
Binary1011100110010101111101011110010000011011101001100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A7D; }

 p { color: rgb(185,74,125); }

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

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

 a { background-color: rgb(185,74,125); }

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

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

 span { border-color: rgb(185,74,125); }

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