#B4606E

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

Shades of Blush #B4606E

Tints of Blush #B4606E

Color information

#B4606E (or 0xB4606E) is unknown color: approx Blush. HEX triplet: B4, 60 and 6E. RGB value is (180,96,110). Sum of RGB (Red+Green+Blue) = 180+96+110=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4606E is #4B9F91. Grayscale: #7A7A7A. Windows color (decimal): -4956050 or 7233716. OLE color: 7233716.

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

Color convert

RGB18096110-
CMYK00.470.390.29
HSL350º35.9%54.12%-
HSV(B)350º46.67%70.59%-
XYZ25.8219.1917.1-
YUV122.71120.83168.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=46.63%
G=24.87%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809611000.470.390.2935035.954.12
HexB4606E02F271D15e2436
Octal26414015605747355364466
Binary1011010011000001101110010111110011111101101011110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4606E; }

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

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

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

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

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

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

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

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