#B43666

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

Shades of Rouge #B43666

Tints of Rouge #B43666

Color information

#B43666 (or 0xB43666) is unknown color: approx Rouge. HEX triplet: B4, 36 and 66. RGB value is (180,54,102). Sum of RGB (Red+Green+Blue) = 180+54+102=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B43666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43666 is #4BC999. Grayscale: #616161. Windows color (decimal): -4966810 or 6698676. OLE color: 6698676.

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

Color convert

RGB18054102-
CMYK00.70.430.29
HSL337.14º53.85%45.88%-
HSV(B)337.14º70%70.59%-
XYZ22.5413.313.95-
YUV97.15130.74187.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.57%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=53.57%
G=16.07%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805410200.70.430.29337.1453.8545.88
HexB436660462B1D151362e
Octal26466146010653355216656
Binary1011010011011011001100100011010101111101101010001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43666; }

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

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

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

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

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

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

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

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