#B13870

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

Shades of Rouge #B13870

Tints of Rouge #B13870

Color information

#B13870 (or 0xB13870) is unknown color: approx Rouge. HEX triplet: B1, 38 and 70. RGB value is (177,56,112). Sum of RGB (Red+Green+Blue) = 177+56+112=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B13870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13870 is #4EC78F. Grayscale: #626262. Windows color (decimal): -5162896 or 7354545. OLE color: 7354545.

HSL color Cylindrical-coordinate representation of color #B13870: hue angle of 332.23º degrees, saturation: 0.52, 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 #B13870 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17756112-
CMYK00.680.370.31
HSL332.23º51.93%45.69%-
HSV(B)332.23º68.36%69.41%-
XYZ22.4713.3516.72-
YUV98.56135.59183.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=51.30%
G=16.23%
B=32.46%

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
Decimal1775611200.680.370.31332.2351.9345.69
HexB13870044251F14c342e
Octal26170160010445375146456
Binary1011000111100011100000100010010010111111101001100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13870; }

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

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

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

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

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

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

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

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