#B8396E

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

Shades of Royal Heath #B8396E

Tints of Royal Heath #B8396E

Color information

#B8396E (or 0xB8396E) is unknown color: approx Royal Heath. HEX triplet: B8, 39 and 6E. RGB value is (184,57,110). Sum of RGB (Red+Green+Blue) = 184+57+110=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B8396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8396E is #47C691. Grayscale: #646464. Windows color (decimal): -4703890 or 7223736. OLE color: 7223736.

HSL color Cylindrical-coordinate representation of color #B8396E: hue angle of 334.96º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8396E is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18457110-
CMYK00.690.400.28
HSL334.96º52.7%47.25%-
HSV(B)334.96º69.02%72.16%-
XYZ24.0414.2416.23-
YUV101.02133.08187.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.42%
GREEN value IS 57 (22.66% from 255) = 16.24%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=52.42%
G=16.24%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845711000.690.400.28334.9652.747.25
HexB8396E045281C14f352f
Octal27071156010550345176557
Binary1011100011100111011100100010110100011100101001111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8396E; }

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

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

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

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

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

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

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

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