#B93D71

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

Shades of Royal Heath #B93D71

Tints of Royal Heath #B93D71

Color information

#B93D71 (or 0xB93D71) is unknown color: approx Royal Heath. HEX triplet: B9, 3D and 71. RGB value is (185,61,113). Sum of RGB (Red+Green+Blue) = 185+61+113=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D71 is #46C28E. Grayscale: #676767. Windows color (decimal): -4637327 or 7421369. OLE color: 7421369.

HSL color Cylindrical-coordinate representation of color #B93D71: hue angle of 334.84º 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 #B93D71 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18561113-
CMYK00.670.390.27
HSL334.84º50.41%48.24%-
HSV(B)334.84º67.03%72.55%-
XYZ24.6614.8417.19-
YUV104133.08185.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 61 (24.22% from 255) = 16.99%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=51.53%
G=16.99%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856111300.670.390.27334.8450.4148.24
HexB93D71043271B14f3230
Octal27175161010347335176260
Binary1011100111110111100010100001110011111011101001111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D71; }

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

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

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

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

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

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

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

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