#B8457C

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

Shades of Royal Heath #B8457C

Tints of Royal Heath #B8457C

Color information

#B8457C (or 0xB8457C) is unknown color: approx Royal Heath. HEX triplet: B8, 45 and 7C. RGB value is (184,69,124). Sum of RGB (Red+Green+Blue) = 184+69+124=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8457C is #47BA83. Grayscale: #6D6D6D. Windows color (decimal): -4700804 or 8144312. OLE color: 8144312.

HSL color Cylindrical-coordinate representation of color #B8457C: hue angle of 331.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8457C is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18469124-
CMYK00.620.330.28
HSL331.3º45.45%49.61%-
HSV(B)331.3º62.5%72.16%-
XYZ25.5315.920.79-
YUV109.66136.1181.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 69 (27.34% from 255) = 18.30%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=48.81%
G=18.30%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846912400.620.330.28331.345.4549.61
HexB8457C03E211C14b2d32
Octal27010517407641345135562
Binary1011100010001011111100011111010000111100101001011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8457C; }

 p { color: rgb(184,69,124); }

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

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

 a { background-color: rgb(184,69,124); }

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

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

 span { border-color: rgb(184,69,124); }

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