#B93B6E

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

Shades of Royal Heath #B93B6E

Tints of Royal Heath #B93B6E

Color information

#B93B6E (or 0xB93B6E) is unknown color: approx Royal Heath. HEX triplet: B9, 3B and 6E. RGB value is (185,59,110). Sum of RGB (Red+Green+Blue) = 185+59+110=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B6E is #46C491. Grayscale: #666666. Windows color (decimal): -4637842 or 7224249. OLE color: 7224249.

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

Color convert

RGB18559110-
CMYK00.680.410.27
HSL335.71º51.64%47.84%-
HSV(B)335.71º68.11%72.55%-
XYZ24.3914.5716.28-
YUV102.49132.24186.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 59 (23.44% from 255) = 16.67%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=52.26%
G=16.67%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855911000.680.410.27335.7151.6447.84
HexB93B6E044291B1503430
Octal27173156010451335206460
Binary1011100111101111011100100010010100111011101010000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93B6E; }

 p { color: rgb(185,59,110); }

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

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

 a { background-color: rgb(185,59,110); }

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

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

 span { border-color: rgb(185,59,110); }

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