#B9457E

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

Shades of Royal Heath #B9457E

Tints of Royal Heath #B9457E

Color information

#B9457E (or 0xB9457E) is unknown color: approx Royal Heath. HEX triplet: B9, 45 and 7E. RGB value is (185,69,126). Sum of RGB (Red+Green+Blue) = 185+69+126=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9457E is #46BA81. Grayscale: #6E6E6E. Windows color (decimal): -4635266 or 8275385. OLE color: 8275385.

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

Color convert

RGB18569126-
CMYK00.630.320.27
HSL330.52º45.67%49.8%-
HSV(B)330.52º62.7%72.55%-
XYZ25.916.0821.48-
YUV110.18136.93181.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=48.68%
G=18.16%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856912600.630.320.27330.5245.6749.8
HexB9457E03F201B14b2e32
Octal27110517607740335135662
Binary1011100110001011111110011111110000011011101001011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9457E; }

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

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

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

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

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

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

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

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