#B93E70

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

Shades of Royal Heath #B93E70

Tints of Royal Heath #B93E70

Color information

#B93E70 (or 0xB93E70) is unknown color: approx Royal Heath. HEX triplet: B9, 3E and 70. RGB value is (185,62,112). Sum of RGB (Red+Green+Blue) = 185+62+112=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E70 is #46C18F. Grayscale: #686868. Windows color (decimal): -4637072 or 7356089. OLE color: 7356089.

HSL color Cylindrical-coordinate representation of color #B93E70: hue angle of 335.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93E70 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18562112-
CMYK00.660.390.27
HSL335.61º49.8%48.43%-
HSV(B)335.61º66.49%72.55%-
XYZ24.6514.9316.91-
YUV104.48132.25185.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=51.53%
G=17.27%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856211200.660.390.27335.6149.848.43
HexB93E70042271B1503230
Octal27176160010247335206260
Binary1011100111111011100000100001010011111011101010000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93E70; }

 p { color: rgb(185,62,112); }

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

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

 a { background-color: rgb(185,62,112); }

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

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

 span { border-color: rgb(185,62,112); }

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