#B73164

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

Shades of Rouge #B73164

Tints of Rouge #B73164

Color information

#B73164 (or 0xB73164) is unknown color: approx Rouge. HEX triplet: B7, 31 and 64. RGB value is (183,49,100). Sum of RGB (Red+Green+Blue) = 183+49+100=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B73164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73164 is #48CE9B. Grayscale: #5E5E5E. Windows color (decimal): -4771484 or 6566327. OLE color: 6566327.

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

Color convert

RGB18349100-
CMYK00.730.450.28
HSL337.16º57.76%45.49%-
HSV(B)337.16º73.22%71.76%-
XYZ22.9313.1813.39-
YUV94.88130.89190.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.12%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=55.12%
G=14.76%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834910000.730.450.28337.1657.7645.49
HexB731640492D1C1513a2d
Octal26761144011155345217255
Binary1011011111000111001000100100110110111100101010001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73164; }

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

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

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

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

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

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

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

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