#B8456B

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

Shades of Royal Heath #B8456B

Tints of Royal Heath #B8456B

Color information

#B8456B (or 0xB8456B) is unknown color: approx Royal Heath. HEX triplet: B8, 45 and 6B. RGB value is (184,69,107). Sum of RGB (Red+Green+Blue) = 184+69+107=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8456B is #47BA94. Grayscale: #6B6B6B. Windows color (decimal): -4700821 or 7030200. OLE color: 7030200.

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

Color convert

RGB18469107-
CMYK00.620.420.28
HSL340.17º45.45%49.61%-
HSV(B)340.17º62.5%72.16%-
XYZ24.5515.5115.61-
YUV107.72127.6182.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=51.11%
G=19.17%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846910700.620.420.28340.1745.4549.61
HexB8456B03E2A1C1542d32
Octal27010515307652345245562
Binary1011100010001011101011011111010101011100101010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8456B; }

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

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

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

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

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

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

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

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