#B13168

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

Shades of Rouge #B13168

Tints of Rouge #B13168

Color information

#B13168 (or 0xB13168) is unknown color: approx Rouge. HEX triplet: B1, 31 and 68. RGB value is (177,49,104). Sum of RGB (Red+Green+Blue) = 177+49+104=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B13168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13168 is #4ECE97. Grayscale: #5D5D5D. Windows color (decimal): -5164696 or 6828465. OLE color: 6828465.

HSL color Cylindrical-coordinate representation of color #B13168: hue angle of 334.22º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13168 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17749104-
CMYK00.720.410.31
HSL334.22º56.64%44.31%-
HSV(B)334.22º72.32%69.41%-
XYZ21.7312.5414.37-
YUV93.54133.91187.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 49 (19.53% from 255) = 14.85%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=53.64%
G=14.85%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774910400.720.410.31334.2256.6444.31
HexB13168048291F14e392c
Octal26161150011051375167154
Binary1011000111000111010000100100010100111111101001110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13168; }

 p { color: rgb(177,49,104); }

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

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

 a { background-color: rgb(177,49,104); }

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

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

 span { border-color: rgb(177,49,104); }

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