#B4515F

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

Shades of Blush #B4515F

Tints of Blush #B4515F

Color information

#B4515F (or 0xB4515F) is unknown color: approx Blush. HEX triplet: B4, 51 and 5F. RGB value is (180,81,95). Sum of RGB (Red+Green+Blue) = 180+81+95=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4515F is #4BAEA0. Grayscale: #707070. Windows color (decimal): -4959905 or 6246836. OLE color: 6246836.

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

Color convert

RGB1808195-
CMYK00.550.470.29
HSL351.52º39.76%51.18%-
HSV(B)351.52º55%70.59%-
XYZ23.8316.4112.74-
YUV112.2118.3176.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=50.56%
G=22.75%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180819500.550.470.29351.5239.7651.18
HexB4515F0372F1D1602833
Octal26412113706757355405063
Binary1011010010100011011111011011110111111101101100000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4515F; }

 p { color: rgb(180,81,95); }

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

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

 a { background-color: rgb(180,81,95); }

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

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

 span { border-color: rgb(180,81,95); }

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