#B8456F

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

Shades of Royal Heath #B8456F

Tints of Royal Heath #B8456F

Color information

#B8456F (or 0xB8456F) is unknown color: approx Royal Heath. HEX triplet: B8, 45 and 6F. RGB value is (184,69,111). Sum of RGB (Red+Green+Blue) = 184+69+111=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8456F is #47BA90. Grayscale: #6C6C6C. Windows color (decimal): -4700817 or 7292344. OLE color: 7292344.

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

Color convert

RGB18469111-
CMYK00.620.400.28
HSL338.09º45.45%49.61%-
HSV(B)338.09º62.5%72.16%-
XYZ24.7615.5916.74-
YUV108.17129.6182.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 69 (27.34% from 255) = 18.96%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=50.55%
G=18.96%
B=30.49%

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
Decimal1846911100.620.400.28338.0945.4549.61
HexB8456F03E281C1522d32
Octal27010515707650345225562
Binary1011100010001011101111011111010100011100101010010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8456F; }

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

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

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

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

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

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

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

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