#b43366

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

Shades of Rouge #B43366

Tints of Rouge #B43366

Color information

#B43366 (or 0xB43366) is unknown color: approx Rouge. HEX triplet: B4, 33 and 66. RGB value is (180,51,102). Sum of RGB (Red+Green+Blue) = 180+51+102=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B43366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43366 is #4BCC99. Grayscale: #5F5F5F. Windows color (decimal): -4967578 or 6697908. OLE color: 6697908.

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

Color convert

RGB18051102-
CMYK00.720.430.29
HSL336.28º55.84%45.29%-
HSV(B)336.28º71.67%70.59%-
XYZ22.413.0313.9-
YUV95.38131.74188.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=54.05%
G=15.32%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805110200.720.430.29336.2855.8445.29
HexB433660482B1D150382d
Octal26463146011053355207055
Binary1011010011001111001100100100010101111101101010000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b43366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b43366; }

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

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

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

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

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

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

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

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