#B43466

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

Shades of Rouge #B43466

Tints of Rouge #B43466

Color information

#B43466 (or 0xB43466) is unknown color: approx Rouge. HEX triplet: B4, 34 and 66. RGB value is (180,52,102). Sum of RGB (Red+Green+Blue) = 180+52+102=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B43466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43466 is #4BCB99. Grayscale: #5F5F5F. Windows color (decimal): -4967322 or 6698164. OLE color: 6698164.

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

Color convert

RGB18052102-
CMYK00.710.430.29
HSL336.56º55.17%45.49%-
HSV(B)336.56º71.11%70.59%-
XYZ22.4513.1213.92-
YUV95.97131.41187.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=53.89%
G=15.57%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805210200.710.430.29336.5655.1745.49
HexB434660472B1D151372d
Octal26464146010753355216755
Binary1011010011010011001100100011110101111101101010001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43466; }

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

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

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

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

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

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

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

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