#B13A6A

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

Shades of Rouge #B13A6A

Tints of Rouge #B13A6A

Color information

#B13A6A (or 0xB13A6A) is unknown color: approx Rouge. HEX triplet: B1, 3A and 6A. RGB value is (177,58,106). Sum of RGB (Red+Green+Blue) = 177+58+106=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A6A is #4EC595. Grayscale: #626262. Windows color (decimal): -5162390 or 6961841. OLE color: 6961841.

HSL color Cylindrical-coordinate representation of color #B13A6A: hue angle of 335.8º 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 #B13A6A is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17758106-
CMYK00.670.400.31
HSL335.8º50.64%46.08%-
HSV(B)335.8º67.23%69.41%-
XYZ22.2513.4115.05-
YUV99.05131.92183.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 58 (23.05% from 255) = 17.01%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=51.91%
G=17.01%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775810600.670.400.31335.850.6446.08
HexB13A6A043281F150332e
Octal26172152010350375206356
Binary1011000111101011010100100001110100011111101010000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A6A; }

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

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

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

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

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

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

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

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