#B24F6C

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

Shades of Blush #B24F6C

Tints of Blush #B24F6C

Color information

#B24F6C (or 0xB24F6C) is unknown color: approx Blush. HEX triplet: B2, 4F and 6C. RGB value is (178,79,108). Sum of RGB (Red+Green+Blue) = 178+79+108=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24F6C is #4DB093. Grayscale: #6F6F6F. Windows color (decimal): -5091476 or 7098290. OLE color: 7098290.

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

Color convert

RGB17879108-
CMYK00.560.390.30
HSL342.42º39.13%50.39%-
HSV(B)342.42º55.62%69.8%-
XYZ23.8616.1416.04-
YUV111.91125.8175.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.77%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=48.77%
G=21.64%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787910800.560.390.30342.4239.1350.39
HexB24F6C038271E1562732
Octal26211715407047365264762
Binary1011001010011111101100011100010011111110101010110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24F6C; }

 p { color: rgb(178,79,108); }

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

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

 a { background-color: rgb(178,79,108); }

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

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

 span { border-color: rgb(178,79,108); }

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