#B4616D

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

Shades of Blush #B4616D

Tints of Blush #B4616D

Color information

#B4616D (or 0xB4616D) is unknown color: approx Blush. HEX triplet: B4, 61 and 6D. RGB value is (180,97,109). Sum of RGB (Red+Green+Blue) = 180+97+109=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4616D is #4B9E92. Grayscale: #7B7B7B. Windows color (decimal): -4955795 or 7168436. OLE color: 7168436.

HSL color Cylindrical-coordinate representation of color #B4616D: hue angle of 351.33º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4616D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18097109-
CMYK00.460.390.29
HSL351.33º35.62%54.31%-
HSV(B)351.33º46.11%70.59%-
XYZ25.8619.3616.84-
YUV123.18120168.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 109 (42.97% from 255) = 28.24%
R=46.63%
G=25.13%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809710900.460.390.29351.3335.6254.31
HexB4616D02E271D15f2436
Octal26414115505647355374466
Binary1011010011000011101101010111010011111101101011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4616D; }

 p { color: rgb(180,97,109); }

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

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

 a { background-color: rgb(180,97,109); }

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

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

 span { border-color: rgb(180,97,109); }

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