#B93D6C

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

Shades of Royal Heath #B93D6C

Tints of Royal Heath #B93D6C

Color information

#B93D6C (or 0xB93D6C) is unknown color: approx Royal Heath. HEX triplet: B9, 3D and 6C. RGB value is (185,61,108). Sum of RGB (Red+Green+Blue) = 185+61+108=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D6C is #46C293. Grayscale: #676767. Windows color (decimal): -4637332 or 7093689. OLE color: 7093689.

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

Color convert

RGB18561108-
CMYK00.670.420.27
HSL337.26º50.41%48.24%-
HSV(B)337.26º67.03%72.55%-
XYZ24.3814.7315.75-
YUV103.43130.58186.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 61 (24.22% from 255) = 17.23%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=52.26%
G=17.23%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856110800.670.420.27337.2650.4148.24
HexB93D6C0432A1B1513230
Octal27175154010352335216260
Binary1011100111110111011000100001110101011011101010001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D6C; }

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

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

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

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

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

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

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

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