#B24666

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

Shades of Rouge #B24666

Tints of Rouge #B24666

Color information

#B24666 (or 0xB24666) is unknown color: approx Rouge. HEX triplet: B2, 46 and 66. RGB value is (178,70,102). Sum of RGB (Red+Green+Blue) = 178+70+102=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B24666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24666 is #4DB999. Grayscale: #696969. Windows color (decimal): -5093786 or 6702770. OLE color: 6702770.

HSL color Cylindrical-coordinate representation of color #B24666: hue angle of 342.22º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24666 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB17870102-
CMYK00.610.430.30
HSL342.22º43.55%48.63%-
HSV(B)342.22º60.67%69.8%-
XYZ22.9514.814.22-
YUV105.94125.78179.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.86%
GREEN value IS 70 (27.73% from 255) = 20%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=50.86%
G=20%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787010200.610.430.30342.2243.5548.63
HexB2466603D2B1E1562c31
Octal26210614607553365265461
Binary1011001010001101100110011110110101111110101010110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24666; }

 p { color: rgb(178,70,102); }

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

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

 a { background-color: rgb(178,70,102); }

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

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

 span { border-color: rgb(178,70,102); }

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