#B13A6E

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

Shades of Rouge #B13A6E

Tints of Rouge #B13A6E

Color information

#B13A6E (or 0xB13A6E) is unknown color: approx Rouge. HEX triplet: B1, 3A and 6E. RGB value is (177,58,110). Sum of RGB (Red+Green+Blue) = 177+58+110=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A6E is #4EC591. Grayscale: #636363. Windows color (decimal): -5162386 or 7223985. OLE color: 7223985.

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

Color convert

RGB17758110-
CMYK00.670.380.31
HSL333.78º50.64%46.08%-
HSV(B)333.78º67.23%69.41%-
XYZ22.4613.516.17-
YUV99.51133.92183.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=51.30%
G=16.81%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775811000.670.380.31333.7850.6446.08
HexB13A6E043261F14e332e
Octal26172156010346375166356
Binary1011000111101011011100100001110011011111101001110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A6E; }

 p { color: rgb(177,58,110); }

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

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

 a { background-color: rgb(177,58,110); }

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

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

 span { border-color: rgb(177,58,110); }

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