#B93D73

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

Shades of Royal Heath #B93D73

Tints of Royal Heath #B93D73

Color information

#B93D73 (or 0xB93D73) is unknown color: approx Royal Heath. HEX triplet: B9, 3D and 73. RGB value is (185,61,115). Sum of RGB (Red+Green+Blue) = 185+61+115=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D73 is #46C28C. Grayscale: #686868. Windows color (decimal): -4637325 or 7552441. OLE color: 7552441.

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

Color convert

RGB18561115-
CMYK00.670.380.27
HSL333.87º50.41%48.24%-
HSV(B)333.87º67.03%72.55%-
XYZ24.7714.8917.79-
YUV104.23134.08185.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 61 (24.22% from 255) = 16.90%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=51.25%
G=16.90%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856111500.670.380.27333.8750.4148.24
HexB93D73043261B14e3230
Octal27175163010346335166260
Binary1011100111110111100110100001110011011011101001110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D73; }

 p { color: rgb(185,61,115); }

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

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

 a { background-color: rgb(185,61,115); }

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

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

 span { border-color: rgb(185,61,115); }

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