#B43861

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

Shades of Rouge #B43861

Tints of Rouge #B43861

Color information

#B43861 (or 0xB43861) is unknown color: approx Rouge. HEX triplet: B4, 38 and 61. RGB value is (180,56,97). Sum of RGB (Red+Green+Blue) = 180+56+97=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B43861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43861 is #4BC79E. Grayscale: #616161. Windows color (decimal): -4966303 or 6371508. OLE color: 6371508.

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

Color convert

RGB1805697-
CMYK00.690.460.29
HSL340.16º52.54%46.27%-
HSV(B)340.16º68.89%70.59%-
XYZ22.3913.3912.71-
YUV97.75127.58186.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 56 (22.27% from 255) = 16.82%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=54.05%
G=16.82%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180569700.690.460.29340.1652.5446.27
HexB438610452E1D154352e
Octal26470141010556355246556
Binary1011010011100011000010100010110111011101101010100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43861; }

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

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

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

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

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

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

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

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