#B24C65

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

Shades of Blush #B24C65

Tints of Blush #B24C65

Color information

#B24C65 (or 0xB24C65) is unknown color: approx Blush. HEX triplet: B2, 4C and 65. RGB value is (178,76,101). Sum of RGB (Red+Green+Blue) = 178+76+101=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C65 is #4DB39A. Grayscale: #6D6D6D. Windows color (decimal): -5092251 or 6638770. OLE color: 6638770.

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

Color convert

RGB17876101-
CMYK00.570.430.30
HSL345.29º40.16%49.8%-
HSV(B)345.29º57.3%69.8%-
XYZ23.2915.5714.09-
YUV109.35123.29176.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 76 (30.08% from 255) = 21.41%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=50.14%
G=21.41%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787610100.570.430.30345.2940.1649.8
HexB24C650392B1E1592832
Octal26211414507153365315062
Binary1011001010011001100101011100110101111110101011001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C65; }

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

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

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

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

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

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

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

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