#B13A69

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

Shades of Rouge #B13A69

Tints of Rouge #B13A69

Color information

#B13A69 (or 0xB13A69) is unknown color: approx Rouge. HEX triplet: B1, 3A and 69. RGB value is (177,58,105). Sum of RGB (Red+Green+Blue) = 177+58+105=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A69 is #4EC596. Grayscale: #626262. Windows color (decimal): -5162391 or 6896305. OLE color: 6896305.

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

Color convert

RGB17758105-
CMYK00.670.410.31
HSL336.3º50.64%46.08%-
HSV(B)336.3º67.23%69.41%-
XYZ22.1913.3914.78-
YUV98.94131.42183.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 58 (23.05% from 255) = 17.06%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=52.06%
G=17.06%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775810500.670.410.31336.350.6446.08
HexB13A69043291F150332e
Octal26172151010351375206356
Binary1011000111101011010010100001110100111111101010000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A69; }

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

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

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

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

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

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

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

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