#B43766

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

Shades of Rouge #B43766

Tints of Rouge #B43766

Color information

#B43766 (or 0xB43766) is unknown color: approx Rouge. HEX triplet: B4, 37 and 66. RGB value is (180,55,102). Sum of RGB (Red+Green+Blue) = 180+55+102=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B43766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43766 is #4BC899. Grayscale: #616161. Windows color (decimal): -4966554 or 6698932. OLE color: 6698932.

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

Color convert

RGB18055102-
CMYK00.690.430.29
HSL337.44º53.19%46.08%-
HSV(B)337.44º69.44%70.59%-
XYZ22.5913.3913.97-
YUV97.73130.41186.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=53.41%
G=16.32%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805510200.690.430.29337.4453.1946.08
HexB437660452B1D151352e
Octal26467146010553355216556
Binary1011010011011111001100100010110101111101101010001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43766; }

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

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

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

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

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

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

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

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