#B9457F

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

Shades of Royal Heath #B9457F

Tints of Royal Heath #B9457F

Color information

#B9457F (or 0xB9457F) is unknown color: approx Royal Heath. HEX triplet: B9, 45 and 7F. RGB value is (185,69,127). Sum of RGB (Red+Green+Blue) = 185+69+127=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9457F is #46BA80. Grayscale: #6E6E6E. Windows color (decimal): -4635265 or 8340921. OLE color: 8340921.

HSL color Cylindrical-coordinate representation of color #B9457F: hue angle of 330º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9457F is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18569127-
CMYK00.630.310.27
HSL330º45.67%49.8%-
HSV(B)330º62.7%72.55%-
XYZ25.9716.121.82-
YUV110.3137.43181.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 127 (50% from 255) = 33.33%
R=48.56%
G=18.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856912700.630.310.2733045.6749.8
HexB9457F03F1F1B14a2e32
Octal27110517707737335125662
Binary101110011000101111111101111111111111011101001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9457F; }

 p { color: rgb(185,69,127); }

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

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

 a { background-color: rgb(185,69,127); }

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

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

 span { border-color: rgb(185,69,127); }

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