#B8456C

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

Shades of Royal Heath #B8456C

Tints of Royal Heath #B8456C

Color information

#B8456C (or 0xB8456C) is unknown color: approx Royal Heath. HEX triplet: B8, 45 and 6C. RGB value is (184,69,108). Sum of RGB (Red+Green+Blue) = 184+69+108=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8456C is #47BA93. Grayscale: #6B6B6B. Windows color (decimal): -4700820 or 7095736. OLE color: 7095736.

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

Color convert

RGB18469108-
CMYK00.620.410.28
HSL339.65º45.45%49.61%-
HSV(B)339.65º62.5%72.16%-
XYZ24.615.5315.89-
YUV107.83128.1182.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=50.97%
G=19.11%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846910800.620.410.28339.6545.4549.61
HexB8456C03E291C1542d32
Octal27010515407651345245562
Binary1011100010001011101100011111010100111100101010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8456C; }

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

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

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

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

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

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

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

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