#B24C69

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

Shades of Blush #B24C69

Tints of Blush #B24C69

Color information

#B24C69 (or 0xB24C69) is unknown color: approx Blush. HEX triplet: B2, 4C and 69. RGB value is (178,76,105). Sum of RGB (Red+Green+Blue) = 178+76+105=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C69 is #4DB396. Grayscale: #6D6D6D. Windows color (decimal): -5092247 or 6900914. OLE color: 6900914.

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

Color convert

RGB17876105-
CMYK00.570.410.30
HSL342.94º40.16%49.8%-
HSV(B)342.94º57.3%69.8%-
XYZ23.4915.6515.15-
YUV109.8125.29176.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=49.58%
G=21.17%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787610500.570.410.30342.9440.1649.8
HexB24C69039291E1572832
Octal26211415107151365275062
Binary1011001010011001101001011100110100111110101010111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C69; }

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

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

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

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

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

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

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

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