#B4606A

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

Shades of Blush #B4606A

Tints of Blush #B4606A

Color information

#B4606A (or 0xB4606A) is unknown color: approx Blush. HEX triplet: B4, 60 and 6A. RGB value is (180,96,106). Sum of RGB (Red+Green+Blue) = 180+96+106=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B4606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4606A is #4B9F95. Grayscale: #7A7A7A. Windows color (decimal): -4956054 or 6971572. OLE color: 6971572.

HSL color Cylindrical-coordinate representation of color #B4606A: hue angle of 352.86º 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 #B4606A is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18096106-
CMYK00.470.410.29
HSL352.86º35.9%54.12%-
HSV(B)352.86º46.67%70.59%-
XYZ25.6119.1115.97-
YUV122.26118.83169.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 96 (37.89% from 255) = 25.13%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=47.12%
G=25.13%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809610600.470.410.29352.8635.954.12
HexB4606A02F291D1612436
Octal26414015205751355414466
Binary1011010011000001101010010111110100111101101100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4606A; }

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

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

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

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

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

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

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

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