#B4606C

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

Shades of Blush #B4606C

Tints of Blush #B4606C

Color information

#B4606C (or 0xB4606C) is unknown color: approx Blush. HEX triplet: B4, 60 and 6C. RGB value is (180,96,108). Sum of RGB (Red+Green+Blue) = 180+96+108=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4606C is #4B9F93. Grayscale: #7A7A7A. Windows color (decimal): -4956052 or 7102644. OLE color: 7102644.

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

Color convert

RGB18096108-
CMYK00.470.400.29
HSL351.43º35.9%54.12%-
HSV(B)351.43º46.67%70.59%-
XYZ25.7119.1516.53-
YUV122.48119.83169.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=46.88%
G=25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809610800.470.400.29351.4335.954.12
HexB4606C02F281D15f2436
Octal26414015405750355374466
Binary1011010011000001101100010111110100011101101011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4606C; }

 p { color: rgb(180,96,108); }

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

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

 a { background-color: rgb(180,96,108); }

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

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

 span { border-color: rgb(180,96,108); }

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