#B44169

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

Shades of Rouge #B44169

Tints of Rouge #B44169

Color information

#B44169 (or 0xB44169) is unknown color: approx Rouge. HEX triplet: B4, 41 and 69. RGB value is (180,65,105). Sum of RGB (Red+Green+Blue) = 180+65+105=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B44169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44169 is #4BBE96. Grayscale: #676767. Windows color (decimal): -4963991 or 6898100. OLE color: 6898100.

HSL color Cylindrical-coordinate representation of color #B44169: hue angle of 339.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44169 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18065105-
CMYK00.640.420.29
HSL339.13º46.94%48.04%-
HSV(B)339.13º63.89%70.59%-
XYZ23.2614.514.94-
YUV103.94128.6182.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 105 (41.41% from 255) = 30%
R=51.43%
G=18.57%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806510500.640.420.29339.1346.9448.04
HexB441690402A1D1532f30
Octal264101151010052355235760
Binary10110100100000111010010100000010101011101101010011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44169; }

 p { color: rgb(180,65,105); }

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

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

 a { background-color: rgb(180,65,105); }

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

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

 span { border-color: rgb(180,65,105); }

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