#B55865

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

Shades of Blush #B55865

Tints of Blush #B55865

Color information

#B55865 (or 0xB55865) is unknown color: approx Blush. HEX triplet: B5, 58 and 65. RGB value is (181,88,101). Sum of RGB (Red+Green+Blue) = 181+88+101=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B55865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55865 is #4AA79A. Grayscale: #757575. Windows color (decimal): -4892571 or 6641845. OLE color: 6641845.

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

Color convert

RGB18188101-
CMYK00.510.440.29
HSL351.61º38.59%52.75%-
HSV(B)351.61º51.38%70.98%-
XYZ24.8917.7414.42-
YUV117.29118.81173.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=48.92%
G=23.78%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818810100.510.440.29351.6138.5952.75
HexB558650332C1D1602735
Octal26513014506354355404765
Binary1011010110110001100101011001110110011101101100000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55865; }

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

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

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

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

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

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

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

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