#B43161

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

Shades of Rouge #B43161

Tints of Rouge #B43161

Color information

#B43161 (or 0xB43161) is unknown color: approx Rouge. HEX triplet: B4, 31 and 61. RGB value is (180,49,97). Sum of RGB (Red+Green+Blue) = 180+49+97=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B43161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43161 is #4BCE9E. Grayscale: #5D5D5D. Windows color (decimal): -4968095 or 6369716. OLE color: 6369716.

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

Color convert

RGB1804997-
CMYK00.730.460.29
HSL338.02º57.21%44.9%-
HSV(B)338.02º72.78%70.59%-
XYZ22.0812.7612.61-
YUV93.64129.9189.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.21%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=55.21%
G=15.03%
B=29.75%

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
Decimal180499700.730.460.29338.0257.2144.9
HexB431610492E1D152392d
Octal26461141011156355227155
Binary1011010011000111000010100100110111011101101010010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43161; }

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

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

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

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

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

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

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

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