#B8456E

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

Shades of Royal Heath #B8456E

Tints of Royal Heath #B8456E

Color information

#B8456E (or 0xB8456E) is unknown color: approx Royal Heath. HEX triplet: B8, 45 and 6E. RGB value is (184,69,110). Sum of RGB (Red+Green+Blue) = 184+69+110=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8456E is #47BA91. Grayscale: #6C6C6C. Windows color (decimal): -4700818 or 7226808. OLE color: 7226808.

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

Color convert

RGB18469110-
CMYK00.620.400.28
HSL338.61º45.45%49.61%-
HSV(B)338.61º62.5%72.16%-
XYZ24.7115.5716.46-
YUV108.06129.1182.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=50.69%
G=19.01%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846911000.620.400.28338.6145.4549.61
HexB8456E03E281C1532d32
Octal27010515607650345235562
Binary1011100010001011101110011111010100011100101010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8456E; }

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

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

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

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

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

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

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

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