#B73166

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

Shades of Rouge #B73166

Tints of Rouge #B73166

Color information

#B73166 (or 0xB73166) is unknown color: approx Rouge. HEX triplet: B7, 31 and 66. RGB value is (183,49,102). Sum of RGB (Red+Green+Blue) = 183+49+102=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B73166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73166 is #48CE99. Grayscale: #5F5F5F. Windows color (decimal): -4771482 or 6697399. OLE color: 6697399.

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

Color convert

RGB18349102-
CMYK00.730.440.28
HSL336.27º57.76%45.49%-
HSV(B)336.27º73.22%71.76%-
XYZ23.0313.2213.91-
YUV95.11131.89190.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 49 (19.53% from 255) = 14.67%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=54.79%
G=14.67%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834910200.730.440.28336.2757.7645.49
HexB731660492C1C1503a2d
Octal26761146011154345207255
Binary1011011111000111001100100100110110011100101010000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73166; }

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

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

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

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

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

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

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

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