#B55869

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

Shades of Blush #B55869

Tints of Blush #B55869

Color information

#B55869 (or 0xB55869) is unknown color: approx Blush. HEX triplet: B5, 58 and 69. RGB value is (181,88,105). Sum of RGB (Red+Green+Blue) = 181+88+105=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B55869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55869 is #4AA796. Grayscale: #757575. Windows color (decimal): -4892567 or 6903989. OLE color: 6903989.

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

Color convert

RGB18188105-
CMYK00.510.420.29
HSL349.03º38.59%52.75%-
HSV(B)349.03º51.38%70.98%-
XYZ25.117.8215.48-
YUV117.74120.81173.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=48.40%
G=23.53%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818810500.510.420.29349.0338.5952.75
HexB558690332A1D15d2735
Octal26513015106352355354765
Binary1011010110110001101001011001110101011101101011101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55869; }

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

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

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

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

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

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

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

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