#B55F65

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

Shades of Blush #B55F65

Tints of Blush #B55F65

Color information

#B55F65 (or 0xB55F65) is unknown color: approx Blush. HEX triplet: B5, 5F and 65. RGB value is (181,95,101). Sum of RGB (Red+Green+Blue) = 181+95+101=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F65 is #4AA09A. Grayscale: #797979. Windows color (decimal): -4890779 or 6643637. OLE color: 6643637.

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

Color convert

RGB18195101-
CMYK00.480.440.29
HSL355.81º36.75%54.12%-
HSV(B)355.81º47.51%70.98%-
XYZ25.518.9514.63-
YUV121.4116.49170.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=48.01%
G=25.20%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819510100.480.440.29355.8136.7554.12
HexB55F650302C1D1642536
Octal26513714506054355444566
Binary1011010110111111100101011000010110011101101100100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F65; }

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

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

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

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

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

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

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

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