#B5515F

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

Shades of Blush #B5515F

Tints of Blush #B5515F

Color information

#B5515F (or 0xB5515F) is unknown color: approx Blush. HEX triplet: B5, 51 and 5F. RGB value is (181,81,95). Sum of RGB (Red+Green+Blue) = 181+81+95=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5515F is #4AAEA0. Grayscale: #707070. Windows color (decimal): -4894369 or 6246837. OLE color: 6246837.

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

Color convert

RGB1818195-
CMYK00.550.480.29
HSL351.6º40.32%51.37%-
HSV(B)351.6º55.25%70.98%-
XYZ24.0616.5312.75-
YUV112.5118.13176.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=50.70%
G=22.69%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181819500.550.480.29351.640.3251.37
HexB5515F037301D1602833
Octal26512113706760355405063
Binary1011010110100011011111011011111000011101101100000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5515F; }

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

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

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

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

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

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

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

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