#B8457E

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

Shades of Royal Heath #B8457E

Tints of Royal Heath #B8457E

Color information

#B8457E (or 0xB8457E) is unknown color: approx Royal Heath. HEX triplet: B8, 45 and 7E. RGB value is (184,69,126). Sum of RGB (Red+Green+Blue) = 184+69+126=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8457E is #47BA81. Grayscale: #6D6D6D. Windows color (decimal): -4700802 or 8275384. OLE color: 8275384.

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

Color convert

RGB18469126-
CMYK00.620.320.28
HSL330.26º45.45%49.61%-
HSV(B)330.26º62.5%72.16%-
XYZ25.6615.9521.47-
YUV109.88137.1180.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=48.55%
G=18.21%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846912600.620.320.28330.2645.4549.61
HexB8457E03E201C14a2d32
Octal27010517607640345125562
Binary1011100010001011111110011111010000011100101001010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8457E; }

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

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

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

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

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

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

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

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