#B24062

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

Shades of Rouge #B24062

Tints of Rouge #B24062

Color information

#B24062 (or 0xB24062) is unknown color: approx Rouge. HEX triplet: B2, 40 and 62. RGB value is (178,64,98). Sum of RGB (Red+Green+Blue) = 178+64+98=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B24062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24062 is #4DBF9D. Grayscale: #656565. Windows color (decimal): -5095326 or 6439090. OLE color: 6439090.

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

Color convert

RGB1786498-
CMYK00.640.450.30
HSL342.11º47.11%47.45%-
HSV(B)342.11º64.04%69.8%-
XYZ22.414.0113.08-
YUV101.96125.77182.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 98 (38.67% from 255) = 28.82%
R=52.35%
G=18.82%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178649800.640.450.30342.1147.1147.45
HexB240620402D1E1562f2f
Octal262100142010055365265757
Binary10110010100000011000100100000010110111110101010110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24062; }

 p { color: rgb(178,64,98); }

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

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

 a { background-color: rgb(178,64,98); }

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

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

 span { border-color: rgb(178,64,98); }

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