#B9326A

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

Shades of Rouge #B9326A

Tints of Rouge #B9326A

Color information

#B9326A (or 0xB9326A) is unknown color: approx Rouge. HEX triplet: B9, 32 and 6A. RGB value is (185,50,106). Sum of RGB (Red+Green+Blue) = 185+50+106=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9326A is #46CD95. Grayscale: #606060. Windows color (decimal): -4640150 or 6959801. OLE color: 6959801.

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

Color convert

RGB18550106-
CMYK00.730.430.27
HSL335.11º57.45%46.08%-
HSV(B)335.11º72.97%72.55%-
XYZ23.7513.6415.02-
YUV96.75133.23190.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=54.25%
G=14.66%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855010600.730.430.27335.1157.4546.08
HexB9326A0492B1B14f392e
Octal27162152011153335177156
Binary1011100111001011010100100100110101111011101001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9326A; }

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

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

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

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

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

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

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

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