#B93F77

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

Shades of Royal Heath #B93F77

Tints of Royal Heath #B93F77

Color information

#B93F77 (or 0xB93F77) is unknown color: approx Royal Heath. HEX triplet: B9, 3F and 77. RGB value is (185,63,119). Sum of RGB (Red+Green+Blue) = 185+63+119=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F77 is #46C088. Grayscale: #696969. Windows color (decimal): -4636809 or 7815097. OLE color: 7815097.

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

Color convert

RGB18563119-
CMYK00.660.360.27
HSL332.46º49.19%48.63%-
HSV(B)332.46º65.95%72.55%-
XYZ25.1115.219.06-
YUV105.86135.42184.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 63 (25% from 255) = 17.17%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=50.41%
G=17.17%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856311900.660.360.27332.4649.1948.63
HexB93F77042241B14c3131
Octal27177167010244335146161
Binary1011100111111111101110100001010010011011101001100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93F77; }

 p { color: rgb(185,63,119); }

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

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

 a { background-color: rgb(185,63,119); }

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

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

 span { border-color: rgb(185,63,119); }

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