#b93a74

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

Shades of Royal Heath #B93A74

Tints of Royal Heath #B93A74

Color information

#B93A74 (or 0xB93A74) is unknown color: approx Royal Heath. HEX triplet: B9, 3A and 74. RGB value is (185,58,116). Sum of RGB (Red+Green+Blue) = 185+58+116=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93A74 is #46C58B. Grayscale: #666666. Windows color (decimal): -4638092 or 7617209. OLE color: 7617209.

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

Color convert

RGB18558116-
CMYK00.690.370.27
HSL332.6º52.26%47.65%-
HSV(B)332.6º68.65%72.55%-
XYZ24.6714.618.04-
YUV102.58135.58186.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=51.53%
G=16.16%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855811600.690.370.27332.652.2647.65
HexB93A74045251B14d3430
Octal27172164010545335156460
Binary1011100111101011101000100010110010111011101001101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b93a74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b93a74; }

 p { color: rgb(185,58,116); }

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

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

 a { background-color: rgb(185,58,116); }

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

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

 span { border-color: rgb(185,58,116); }

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