#b5505f

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

Shades of Blush #B5505F

Tints of Blush #B5505F

Color information

#B5505F (or 0xB5505F) is unknown color: approx Blush. HEX triplet: B5, 50 and 5F. RGB value is (181,80,95). Sum of RGB (Red+Green+Blue) = 181+80+95=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5505F is #4AAFA0. Grayscale: #6F6F6F. Windows color (decimal): -4894625 or 6246581. OLE color: 6246581.

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

Color convert

RGB1818095-
CMYK00.560.480.29
HSL351.09º40.56%51.18%-
HSV(B)351.09º55.8%70.98%-
XYZ23.9916.3912.73-
YUV111.91118.46177.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=50.84%
G=22.47%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181809500.560.480.29351.0940.5651.18
HexB5505F038301D15f2933
Octal26512013707060355375163
Binary1011010110100001011111011100011000011101101011111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5505f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5505f; }

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

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

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

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

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

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

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

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