#B55761

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

Shades of Blush #B55761

Tints of Blush #B55761

Color information

#B55761 (or 0xB55761) is unknown color: approx Blush. HEX triplet: B5, 57 and 61. RGB value is (181,87,97). Sum of RGB (Red+Green+Blue) = 181+87+97=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B55761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55761 is #4AA89E. Grayscale: #747474. Windows color (decimal): -4892831 or 6379445. OLE color: 6379445.

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

Color convert

RGB1818797-
CMYK00.520.460.29
HSL353.62º38.84%52.55%-
HSV(B)353.62º51.93%70.98%-
XYZ24.6217.513.39-
YUV116.25117.14174.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=49.59%
G=23.84%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181879700.520.460.29353.6238.8452.55
HexB557610342E1D1622735
Octal26512714106456355424765
Binary1011010110101111100001011010010111011101101100010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55761; }

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

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

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

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

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

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

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

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