#B55765

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

Shades of Blush #B55765

Tints of Blush #B55765

Color information

#B55765 (or 0xB55765) is unknown color: approx Blush. HEX triplet: B5, 57 and 65. RGB value is (181,87,101). Sum of RGB (Red+Green+Blue) = 181+87+101=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B55765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55765 is #4AA89A. Grayscale: #747474. Windows color (decimal): -4892827 or 6641589. OLE color: 6641589.

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

Color convert

RGB18187101-
CMYK00.520.440.29
HSL351.06º38.84%52.55%-
HSV(B)351.06º51.93%70.98%-
XYZ24.8117.5814.4-
YUV116.7119.14173.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=49.05%
G=23.58%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818710100.520.440.29351.0638.8452.55
HexB557650342C1D15f2735
Octal26512714506454355374765
Binary1011010110101111100101011010010110011101101011111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55765; }

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

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

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

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

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

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

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

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