#B34763

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

Shades of Blush #B34763

Tints of Blush #B34763

Color information

#B34763 (or 0xB34763) is unknown color: approx Blush. HEX triplet: B3, 47 and 63. RGB value is (179,71,99). Sum of RGB (Red+Green+Blue) = 179+71+99=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B34763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34763 is #4CB89C. Grayscale: #6A6A6A. Windows color (decimal): -5027997 or 6506419. OLE color: 6506419.

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

Color convert

RGB1797199-
CMYK00.600.450.30
HSL344.44º43.2%49.02%-
HSV(B)344.44º60.34%70.2%-
XYZ23.114.9913.48-
YUV106.48123.78179.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 71 (28.12% from 255) = 20.34%
BLUE value IS 99 (39.06% from 255) = 28.37%
R=51.29%
G=20.34%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179719900.600.450.30344.4443.249.02
HexB3476303C2D1E1582b31
Octal26310714307455365305361
Binary1011001110001111100011011110010110111110101011000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34763; }

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

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

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

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

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

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

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

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