#B55968

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

Shades of Blush #B55968

Tints of Blush #B55968

Color information

#B55968 (or 0xB55968) is unknown color: approx Blush. HEX triplet: B5, 59 and 68. RGB value is (181,89,104). Sum of RGB (Red+Green+Blue) = 181+89+104=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B55968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55968 is #4AA697. Grayscale: #767676. Windows color (decimal): -4892312 or 6838709. OLE color: 6838709.

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

Color convert

RGB18189104-
CMYK00.510.430.29
HSL350.22º38.33%52.94%-
HSV(B)350.22º50.83%70.98%-
XYZ25.1317.9715.24-
YUV118.22119.98172.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 104 (41.02% from 255) = 27.81%
R=48.40%
G=23.80%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818910400.510.430.29350.2238.3352.94
HexB559680332B1D15e2635
Octal26513115006353355364665
Binary1011010110110011101000011001110101111101101011110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55968; }

 p { color: rgb(181,89,104); }

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

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

 a { background-color: rgb(181,89,104); }

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

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

 span { border-color: rgb(181,89,104); }

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