#B55F75

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

Shades of Blush #B55F75

Tints of Blush #B55F75

Color information

#B55F75 (or 0xB55F75) is unknown color: approx Blush. HEX triplet: B5, 5F and 75. RGB value is (181,95,117). Sum of RGB (Red+Green+Blue) = 181+95+117=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F75 is #4AA08A. Grayscale: #7B7B7B. Windows color (decimal): -4890763 or 7692213. OLE color: 7692213.

HSL color Cylindrical-coordinate representation of color #B55F75: hue angle of 344.65º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55F75 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18195117-
CMYK00.480.350.29
HSL344.65º36.75%54.12%-
HSV(B)344.65º47.51%70.98%-
XYZ26.3619.2919.16-
YUV123.22124.49169.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=46.06%
G=24.17%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819511700.480.350.29344.6536.7554.12
HexB55F75030231D1592536
Octal26513716506043355314566
Binary1011010110111111110101011000010001111101101011001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F75; }

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

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

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

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

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

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

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

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