#B93D66

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

Shades of Rouge #B93D66

Tints of Rouge #B93D66

Color information

#B93D66 (or 0xB93D66) is unknown color: approx Rouge. HEX triplet: B9, 3D and 66. RGB value is (185,61,102). Sum of RGB (Red+Green+Blue) = 185+61+102=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D66 is #46C299. Grayscale: #666666. Windows color (decimal): -4637338 or 6700473. OLE color: 6700473.

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

Color convert

RGB18561102-
CMYK00.670.450.27
HSL340.16º50.41%48.24%-
HSV(B)340.16º67.03%72.55%-
XYZ24.0714.6114.12-
YUV102.75127.58186.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.16%
GREEN value IS 61 (24.22% from 255) = 17.53%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=53.16%
G=17.53%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856110200.670.450.27340.1650.4148.24
HexB93D660432D1B1543230
Octal27175146010355335246260
Binary1011100111110111001100100001110110111011101010100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D66; }

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

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

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

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

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

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

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

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