#B44366

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

Shades of Rouge #B44366

Tints of Rouge #B44366

Color information

#B44366 (or 0xB44366) is unknown color: approx Rouge. HEX triplet: B4, 43 and 66. RGB value is (180,67,102). Sum of RGB (Red+Green+Blue) = 180+67+102=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B44366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44366 is #4BBC99. Grayscale: #686868. Windows color (decimal): -4963482 or 6702004. OLE color: 6702004.

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

Color convert

RGB18067102-
CMYK00.630.430.29
HSL341.42º45.75%48.43%-
HSV(B)341.42º62.78%70.59%-
XYZ23.2314.6814.18-
YUV104.78126.44181.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=51.58%
G=19.20%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806710200.630.430.29341.4245.7548.43
HexB4436603F2B1D1552e30
Octal26410314607753355255660
Binary1011010010000111100110011111110101111101101010101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44366; }

 p { color: rgb(180,67,102); }

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

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

 a { background-color: rgb(180,67,102); }

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

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

 span { border-color: rgb(180,67,102); }

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