#B4606B

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

Shades of Blush #B4606B

Tints of Blush #B4606B

Color information

#B4606B (or 0xB4606B) is unknown color: approx Blush. HEX triplet: B4, 60 and 6B. RGB value is (180,96,107). Sum of RGB (Red+Green+Blue) = 180+96+107=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4606B is #4B9F94. Grayscale: #7A7A7A. Windows color (decimal): -4956053 or 7037108. OLE color: 7037108.

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

Color convert

RGB18096107-
CMYK00.470.410.29
HSL352.14º35.9%54.12%-
HSV(B)352.14º46.67%70.59%-
XYZ25.6619.1316.25-
YUV122.37119.33169.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=47.00%
G=25.07%
B=27.94%

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
Decimal1809610700.470.410.29352.1435.954.12
HexB4606B02F291D1602436
Octal26414015305751355404466
Binary1011010011000001101011010111110100111101101100000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4606B; }

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

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

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

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

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

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

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

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