#B24F6A

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

Shades of Blush #B24F6A

Tints of Blush #B24F6A

Color information

#B24F6A (or 0xB24F6A) is unknown color: approx Blush. HEX triplet: B2, 4F and 6A. RGB value is (178,79,106). Sum of RGB (Red+Green+Blue) = 178+79+106=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24F6A is #4DB095. Grayscale: #6F6F6F. Windows color (decimal): -5091478 or 6967218. OLE color: 6967218.

HSL color Cylindrical-coordinate representation of color #B24F6A: hue angle of 343.64º 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 #B24F6A is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17879106-
CMYK00.560.400.30
HSL343.64º39.13%50.39%-
HSV(B)343.64º55.62%69.8%-
XYZ23.7616.115.49-
YUV111.68124.8175.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=49.04%
G=21.76%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787910600.560.400.30343.6439.1350.39
HexB24F6A038281E1582732
Octal26211715207050365304762
Binary1011001010011111101010011100010100011110101011000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24F6A; }

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

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

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

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

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

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

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

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