#B13E69

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

Shades of Rouge #B13E69

Tints of Rouge #B13E69

Color information

#B13E69 (or 0xB13E69) is unknown color: approx Rouge. HEX triplet: B1, 3E and 69. RGB value is (177,62,105). Sum of RGB (Red+Green+Blue) = 177+62+105=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E69 is #4EC196. Grayscale: #656565. Windows color (decimal): -5161367 or 6897329. OLE color: 6897329.

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

Color convert

RGB17762105-
CMYK00.650.410.31
HSL337.57º48.12%46.86%-
HSV(B)337.57º64.97%69.41%-
XYZ22.413.8114.85-
YUV101.29130.1182-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=51.45%
G=18.02%
B=30.52%

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
Decimal1776210500.650.410.31337.5748.1246.86
HexB13E69041291F152302f
Octal26176151010151375226057
Binary1011000111111011010010100000110100111111101010010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E69; }

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

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

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

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

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

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

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

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