#B93166

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

Shades of Rouge #B93166

Tints of Rouge #B93166

Color information

#B93166 (or 0xB93166) is unknown color: approx Rouge. HEX triplet: B9, 31 and 66. RGB value is (185,49,102). Sum of RGB (Red+Green+Blue) = 185+49+102=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B93166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93166 is #46CE99. Grayscale: #5F5F5F. Windows color (decimal): -4640410 or 6697401. OLE color: 6697401.

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

Color convert

RGB18549102-
CMYK00.740.450.27
HSL336.62º58.12%45.88%-
HSV(B)336.62º73.51%72.55%-
XYZ23.513.4713.93-
YUV95.71131.56191.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.06%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=55.06%
G=14.58%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854910200.740.450.27336.6258.1245.88
HexB9316604A2D1B1513a2e
Octal27161146011255335217256
Binary1011100111000111001100100101010110111011101010001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93166; }

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

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

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

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

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

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

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

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