#B4616A

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

Shades of Blush #B4616A

Tints of Blush #B4616A

Color information

#B4616A (or 0xB4616A) is unknown color: approx Blush. HEX triplet: B4, 61 and 6A. RGB value is (180,97,106). Sum of RGB (Red+Green+Blue) = 180+97+106=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4616A is #4B9E95. Grayscale: #7A7A7A. Windows color (decimal): -4955798 or 6971828. OLE color: 6971828.

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

Color convert

RGB18097106-
CMYK00.460.410.29
HSL353.49º35.62%54.31%-
HSV(B)353.49º46.11%70.59%-
XYZ25.719.2916.01-
YUV122.84118.5168.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=47.00%
G=25.33%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809710600.460.410.29353.4935.6254.31
HexB4616A02E291D1612436
Octal26414115205651355414466
Binary1011010011000011101010010111010100111101101100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4616A; }

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

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

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

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

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

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

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

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