#B43162

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

Shades of Rouge #B43162

Tints of Rouge #B43162

Color information

#B43162 (or 0xB43162) is unknown color: approx Rouge. HEX triplet: B4, 31 and 62. RGB value is (180,49,98). Sum of RGB (Red+Green+Blue) = 180+49+98=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B43162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43162 is #4BCE9D. Grayscale: #5D5D5D. Windows color (decimal): -4968094 or 6435252. OLE color: 6435252.

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

Color convert

RGB1804998-
CMYK00.730.460.29
HSL337.56º57.21%44.9%-
HSV(B)337.56º72.78%70.59%-
XYZ22.1312.7812.86-
YUV93.76130.4189.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=55.05%
G=14.98%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180499800.730.460.29337.5657.2144.9
HexB431620492E1D152392d
Octal26461142011156355227155
Binary1011010011000111000100100100110111011101101010010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43162; }

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

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

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

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

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

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

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

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