#B9326C

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

Shades of Rouge #B9326C

Tints of Rouge #B9326C

Color information

#B9326C (or 0xB9326C) is unknown color: approx Rouge. HEX triplet: B9, 32 and 6C. RGB value is (185,50,108). Sum of RGB (Red+Green+Blue) = 185+50+108=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9326C is #46CD93. Grayscale: #606060. Windows color (decimal): -4640148 or 7090873. OLE color: 7090873.

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

Color convert

RGB18550108-
CMYK00.730.420.27
HSL334.22º57.45%46.08%-
HSV(B)334.22º72.97%72.55%-
XYZ23.8513.6815.57-
YUV96.98134.23190.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 50 (19.92% from 255) = 14.58%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=53.94%
G=14.58%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855010800.730.420.27334.2257.4546.08
HexB9326C0492A1B14e392e
Octal27162154011152335167156
Binary1011100111001011011000100100110101011011101001110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9326C; }

 p { color: rgb(185,50,108); }

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

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

 a { background-color: rgb(185,50,108); }

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

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

 span { border-color: rgb(185,50,108); }

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