#b55967

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

Shades of Blush #B55967

Tints of Blush #B55967

Color information

#B55967 (or 0xB55967) is unknown color: approx Blush. HEX triplet: B5, 59 and 67. RGB value is (181,89,103). Sum of RGB (Red+Green+Blue) = 181+89+103=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B55967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55967 is #4AA698. Grayscale: #767676. Windows color (decimal): -4892313 or 6773173. OLE color: 6773173.

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

Color convert

RGB18189103-
CMYK00.510.430.29
HSL350.87º38.33%52.94%-
HSV(B)350.87º50.83%70.98%-
XYZ25.0817.9514.97-
YUV118.1119.48172.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 103 (40.62% from 255) = 27.61%
R=48.53%
G=23.86%
B=27.61%

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
Decimal1818910300.510.430.29350.8738.3352.94
HexB559670332B1D15f2635
Octal26513114706353355374665
Binary1011010110110011100111011001110101111101101011111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55967; }

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

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

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

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

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

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

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

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