#B3296A

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

Shades of Rouge #B3296A

Tints of Rouge #B3296A

Color information

#B3296A (or 0xB3296A) is unknown color: approx Rouge. HEX triplet: B3, 29 and 6A. RGB value is (179,41,106). Sum of RGB (Red+Green+Blue) = 179+41+106=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3296A is #4CD695. Grayscale: #595959. Windows color (decimal): -5035670 or 6957491. OLE color: 6957491.

HSL color Cylindrical-coordinate representation of color #B3296A: hue angle of 331.74º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3296A is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB17941106-
CMYK00.770.410.30
HSL331.74º62.73%43.14%-
HSV(B)331.74º77.09%70.2%-
XYZ21.9812.2114.83-
YUV89.67137.22191.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.91%
GREEN value IS 41 (16.41% from 255) = 12.58%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=54.91%
G=12.58%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794110600.770.410.30331.7462.7343.14
HexB3296A04D291E14c3f2b
Octal26351152011551365147753
Binary1011001110100111010100100110110100111110101001100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3296A; }

 p { color: rgb(179,41,106); }

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

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

 a { background-color: rgb(179,41,106); }

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

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

 span { border-color: rgb(179,41,106); }

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