#B13970

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

Shades of Rouge #B13970

Tints of Rouge #B13970

Color information

#B13970 (or 0xB13970) is unknown color: approx Rouge. HEX triplet: B1, 39 and 70. RGB value is (177,57,112). Sum of RGB (Red+Green+Blue) = 177+57+112=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B13970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13970 is #4EC68F. Grayscale: #636363. Windows color (decimal): -5162640 or 7354801. OLE color: 7354801.

HSL color Cylindrical-coordinate representation of color #B13970: hue angle of 332.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13970 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17757112-
CMYK00.680.370.31
HSL332.5º51.28%45.88%-
HSV(B)332.5º67.8%69.41%-
XYZ22.5213.4416.74-
YUV99.15135.26183.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=51.16%
G=16.47%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775711200.680.370.31332.551.2845.88
HexB13970044251F14c332e
Octal26171160010445375146356
Binary1011000111100111100000100010010010111111101001100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13970; }

 p { color: rgb(177,57,112); }

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

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

 a { background-color: rgb(177,57,112); }

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

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

 span { border-color: rgb(177,57,112); }

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