#B93466

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

Shades of Rouge #B93466

Tints of Rouge #B93466

Color information

#B93466 (or 0xB93466) is unknown color: approx Rouge. HEX triplet: B9, 34 and 66. RGB value is (185,52,102). Sum of RGB (Red+Green+Blue) = 185+52+102=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B93466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93466 is #46CB99. Grayscale: #616161. Windows color (decimal): -4639642 or 6698169. OLE color: 6698169.

HSL color Cylindrical-coordinate representation of color #B93466: hue angle of 337.44º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93466 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18552102-
CMYK00.720.450.27
HSL337.44º56.12%46.47%-
HSV(B)337.44º71.89%72.55%-
XYZ23.6313.7313.97-
YUV97.47130.56190.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 52 (20.70% from 255) = 15.34%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=54.57%
G=15.34%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855210200.720.450.27337.4456.1246.47
HexB934660482D1B151382e
Octal27164146011055335217056
Binary1011100111010011001100100100010110111011101010001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93466; }

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

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

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

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

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

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

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

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