#B24269

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

Shades of Rouge #B24269

Tints of Rouge #B24269

Color information

#B24269 (or 0xB24269) is unknown color: approx Rouge. HEX triplet: B2, 42 and 69. RGB value is (178,66,105). Sum of RGB (Red+Green+Blue) = 178+66+105=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B24269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24269 is #4DBD96. Grayscale: #676767. Windows color (decimal): -5094807 or 6898354. OLE color: 6898354.

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

Color convert

RGB17866105-
CMYK00.630.410.30
HSL339.11º45.9%47.84%-
HSV(B)339.11º62.92%69.8%-
XYZ22.8614.3814.94-
YUV103.93128.61180.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 105 (41.41% from 255) = 30.09%
R=51.00%
G=18.91%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786610500.630.410.30339.1145.947.84
HexB2426903F291E1532e30
Octal26210215107751365235660
Binary1011001010000101101001011111110100111110101010011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24269; }

 p { color: rgb(178,66,105); }

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

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

 a { background-color: rgb(178,66,105); }

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

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

 span { border-color: rgb(178,66,105); }

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