#B4506E

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

Shades of Blush #B4506E

Tints of Blush #B4506E

Color information

#B4506E (or 0xB4506E) is unknown color: approx Blush. HEX triplet: B4, 50 and 6E. RGB value is (180,80,110). Sum of RGB (Red+Green+Blue) = 180+80+110=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4506E is #4BAF91. Grayscale: #717171. Windows color (decimal): -4960146 or 7229620. OLE color: 7229620.

HSL color Cylindrical-coordinate representation of color #B4506E: hue angle of 342º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4506E is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18080110-
CMYK00.560.390.29
HSL342º40%50.98%-
HSV(B)342º55.56%70.59%-
XYZ24.5116.5716.66-
YUV113.32126.13175.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=48.65%
G=21.62%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808011000.560.390.293424050.98
HexB4506E038271D1562833
Octal26412015607047355265063
Binary1011010010100001101110011100010011111101101010110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4506E; }

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

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

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

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

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

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

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

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