#B93D6F

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

Shades of Royal Heath #B93D6F

Tints of Royal Heath #B93D6F

Color information

#B93D6F (or 0xB93D6F) is unknown color: approx Royal Heath. HEX triplet: B9, 3D and 6F. RGB value is (185,61,111). Sum of RGB (Red+Green+Blue) = 185+61+111=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D6F is #46C290. Grayscale: #676767. Windows color (decimal): -4637329 or 7290297. OLE color: 7290297.

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

Color convert

RGB18561111-
CMYK00.670.40.27
HSL335.81º50.41%48.24%-
HSV(B)335.81º67.03%72.55%-
XYZ24.5514.816.6-
YUV103.78132.08185.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 61 (24.22% from 255) = 17.09%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=51.82%
G=17.09%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856111100.670.40.27335.8150.4148.24
HexB93D6F043281B1503230
Octal27175157010350335206260
Binary1011100111110111011110100001110100011011101010000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D6F; }

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

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

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

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

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

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

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

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