#B93971

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

Shades of Royal Heath #B93971

Tints of Royal Heath #B93971

Color information

#B93971 (or 0xB93971) is unknown color: approx Royal Heath. HEX triplet: B9, 39 and 71. RGB value is (185,57,113). Sum of RGB (Red+Green+Blue) = 185+57+113=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B93971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93971 is #46C68E. Grayscale: #656565. Windows color (decimal): -4638351 or 7420345. OLE color: 7420345.

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

Color convert

RGB18557113-
CMYK00.690.390.27
HSL333.75º52.89%47.45%-
HSV(B)333.75º69.19%72.55%-
XYZ24.4514.4317.12-
YUV101.66134.41187.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.11%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=52.11%
G=16.06%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855711300.690.390.27333.7552.8947.45
HexB93971045271B14e352f
Octal27171161010547335166557
Binary1011100111100111100010100010110011111011101001110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93971; }

 p { color: rgb(185,57,113); }

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

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

 a { background-color: rgb(185,57,113); }

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

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

 span { border-color: rgb(185,57,113); }

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