#B24763

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

Shades of Blush #B24763

Tints of Blush #B24763

Color information

#B24763 (or 0xB24763) is unknown color: approx Blush. HEX triplet: B2, 47 and 63. RGB value is (178,71,99). Sum of RGB (Red+Green+Blue) = 178+71+99=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B24763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24763 is #4DB89C. Grayscale: #6A6A6A. Windows color (decimal): -5093533 or 6506418. OLE color: 6506418.

HSL color Cylindrical-coordinate representation of color #B24763: hue angle of 344.3º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24763 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB1787199-
CMYK00.600.440.30
HSL344.3º42.97%48.82%-
HSV(B)344.3º60.11%69.8%-
XYZ22.8714.8713.47-
YUV106.18123.95179.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 99 (39.06% from 255) = 28.45%
R=51.15%
G=20.40%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178719900.600.440.30344.342.9748.82
HexB2476303C2C1E1582b31
Octal26210714307454365305361
Binary1011001010001111100011011110010110011110101011000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24763; }

 p { color: rgb(178,71,99); }

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

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

 a { background-color: rgb(178,71,99); }

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

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

 span { border-color: rgb(178,71,99); }

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