#B24466

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

Shades of Rouge #B24466

Tints of Rouge #B24466

Color information

#B24466 (or 0xB24466) is unknown color: approx Rouge. HEX triplet: B2, 44 and 66. RGB value is (178,68,102). Sum of RGB (Red+Green+Blue) = 178+68+102=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B24466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24466 is #4DBB99. Grayscale: #686868. Windows color (decimal): -5094298 or 6702258. OLE color: 6702258.

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

Color convert

RGB17868102-
CMYK00.620.430.30
HSL341.45º44.72%48.24%-
HSV(B)341.45º61.8%69.8%-
XYZ22.8314.5614.18-
YUV104.77126.44180.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=51.15%
G=19.54%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786810200.620.430.30341.4544.7248.24
HexB2446603E2B1E1552d30
Octal26210414607653365255560
Binary1011001010001001100110011111010101111110101010101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24466; }

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

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

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

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

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

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

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

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