#B8406D

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

Shades of Royal Heath #B8406D

Tints of Royal Heath #B8406D

Color information

#B8406D (or 0xB8406D) is unknown color: approx Royal Heath. HEX triplet: B8, 40 and 6D. RGB value is (184,64,109). Sum of RGB (Red+Green+Blue) = 184+64+109=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8406D is #47BF92. Grayscale: #686868. Windows color (decimal): -4702099 or 7159992. OLE color: 7159992.

HSL color Cylindrical-coordinate representation of color #B8406D: hue angle of 337.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8406D is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB18464109-
CMYK00.650.410.28
HSL337.5º48.39%48.63%-
HSV(B)337.5º65.22%72.16%-
XYZ24.3614.9616.07-
YUV105.01130.26184.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.54%
GREEN value IS 64 (25.39% from 255) = 17.93%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=51.54%
G=17.93%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846410900.650.410.28337.548.3948.63
HexB8406D041291C1523031
Octal270100155010151345226061
Binary10111000100000011011010100000110100111100101010010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8406D; }

 p { color: rgb(184,64,109); }

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

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

 a { background-color: rgb(184,64,109); }

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

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

 span { border-color: rgb(184,64,109); }

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