#B13E6B

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

Shades of Rouge #B13E6B

Tints of Rouge #B13E6B

Color information

#B13E6B (or 0xB13E6B) is unknown color: approx Rouge. HEX triplet: B1, 3E and 6B. RGB value is (177,62,107). Sum of RGB (Red+Green+Blue) = 177+62+107=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E6B is #4EC194. Grayscale: #656565. Windows color (decimal): -5161365 or 7028401. OLE color: 7028401.

HSL color Cylindrical-coordinate representation of color #B13E6B: hue angle of 336.52º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E6B is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17762107-
CMYK00.650.400.31
HSL336.52º48.12%46.86%-
HSV(B)336.52º64.97%69.41%-
XYZ22.5113.8515.4-
YUV101.51131.1181.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=51.16%
G=17.92%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776210700.650.400.31336.5248.1246.86
HexB13E6B041281F151302f
Octal26176153010150375216057
Binary1011000111111011010110100000110100011111101010001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E6B; }

 p { color: rgb(177,62,107); }

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

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

 a { background-color: rgb(177,62,107); }

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

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

 span { border-color: rgb(177,62,107); }

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