#B14763

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

Shades of Blush #B14763

Tints of Blush #B14763

Color information

#B14763 (or 0xB14763) is unknown color: approx Blush. HEX triplet: B1, 47 and 63. RGB value is (177,71,99). Sum of RGB (Red+Green+Blue) = 177+71+99=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B14763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14763 is #4EB89C. Grayscale: #696969. Windows color (decimal): -5159069 or 6506417. OLE color: 6506417.

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

Color convert

RGB1777199-
CMYK00.600.440.31
HSL344.15º42.74%48.63%-
HSV(B)344.15º59.89%69.41%-
XYZ22.6414.7513.46-
YUV105.89124.12178.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 99 (39.06% from 255) = 28.53%
R=51.01%
G=20.46%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177719900.600.440.31344.1542.7448.63
HexB1476303C2C1F1582b31
Octal26110714307454375305361
Binary1011000110001111100011011110010110011111101011000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14763; }

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

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

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

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

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

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

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

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