#B24167

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

Shades of Rouge #B24167

Tints of Rouge #B24167

Color information

#B24167 (or 0xB24167) is unknown color: approx Rouge. HEX triplet: B2, 41 and 67. RGB value is (178,65,103). Sum of RGB (Red+Green+Blue) = 178+65+103=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B24167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24167 is #4DBE98. Grayscale: #676767. Windows color (decimal): -5095065 or 6767026. OLE color: 6767026.

HSL color Cylindrical-coordinate representation of color #B24167: hue angle of 339.82º degrees, saturation: 0.47, 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 #B24167 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17865103-
CMYK00.630.420.30
HSL339.82º46.5%47.65%-
HSV(B)339.82º63.48%69.8%-
XYZ22.714.2214.38-
YUV103.12127.94181.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=51.45%
G=18.79%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786510300.630.420.30339.8246.547.65
HexB2416703F2A1E1542f30
Octal26210114707752365245760
Binary1011001010000011100111011111110101011110101010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24167; }

 p { color: rgb(178,65,103); }

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

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

 a { background-color: rgb(178,65,103); }

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

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

 span { border-color: rgb(178,65,103); }

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