#B55769

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

Shades of Blush #B55769

Tints of Blush #B55769

Color information

#B55769 (or 0xB55769) is unknown color: approx Blush. HEX triplet: B5, 57 and 69. RGB value is (181,87,105). Sum of RGB (Red+Green+Blue) = 181+87+105=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B55769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55769 is #4AA896. Grayscale: #757575. Windows color (decimal): -4892823 or 6903733. OLE color: 6903733.

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

Color convert

RGB18187105-
CMYK00.520.420.29
HSL348.51º38.84%52.55%-
HSV(B)348.51º51.93%70.98%-
XYZ25.0117.6615.45-
YUV117.16121.14173.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=48.53%
G=23.32%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818710500.520.420.29348.5138.8452.55
HexB557690342A1D15d2735
Octal26512715106452355354765
Binary1011010110101111101001011010010101011101101011101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55769; }

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

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

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

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

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

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

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

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