#B44362

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

Shades of Rouge #B44362

Tints of Rouge #B44362

Color information

#B44362 (or 0xB44362) is unknown color: approx Rouge. HEX triplet: B4, 43 and 62. RGB value is (180,67,98). Sum of RGB (Red+Green+Blue) = 180+67+98=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B44362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44362 is #4BBC9D. Grayscale: #686868. Windows color (decimal): -4963486 or 6439860. OLE color: 6439860.

HSL color Cylindrical-coordinate representation of color #B44362: hue angle of 343.54º 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 #B44362 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1806798-
CMYK00.630.460.29
HSL343.54º45.75%48.43%-
HSV(B)343.54º62.78%70.59%-
XYZ23.0314.613.16-
YUV104.32124.44181.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 98 (38.67% from 255) = 28.41%
R=52.17%
G=19.42%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180679800.630.460.29343.5445.7548.43
HexB4436203F2E1D1582e30
Octal26410314207756355305660
Binary1011010010000111100010011111110111011101101011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44362; }

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

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

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

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

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

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

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

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