#B13E68

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

Shades of Rouge #B13E68

Tints of Rouge #B13E68

Color information

#B13E68 (or 0xB13E68) is unknown color: approx Rouge. HEX triplet: B1, 3E and 68. RGB value is (177,62,104). Sum of RGB (Red+Green+Blue) = 177+62+104=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E68 is #4EC197. Grayscale: #656565. Windows color (decimal): -5161368 or 6831793. OLE color: 6831793.

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

Color convert

RGB17762104-
CMYK00.650.410.31
HSL338.09º48.12%46.86%-
HSV(B)338.09º64.97%69.41%-
XYZ22.3513.7914.58-
YUV101.17129.6182.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=51.60%
G=18.08%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776210400.650.410.31338.0948.1246.86
HexB13E68041291F152302f
Octal26176150010151375226057
Binary1011000111111011010000100000110100111111101010010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E68; }

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

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

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

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

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

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

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

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