#B55F62

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

Shades of Blush #B55F62

Tints of Blush #B55F62

Color information

#B55F62 (or 0xB55F62) is unknown color: approx Blush. HEX triplet: B5, 5F and 62. RGB value is (181,95,98). Sum of RGB (Red+Green+Blue) = 181+95+98=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F62 is #4AA09D. Grayscale: #797979. Windows color (decimal): -4890782 or 6447029. OLE color: 6447029.

HSL color Cylindrical-coordinate representation of color #B55F62: hue angle of 357.91º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55F62 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1819598-
CMYK00.480.460.29
HSL357.91º36.75%54.12%-
HSV(B)357.91º47.51%70.98%-
XYZ25.3518.8913.87-
YUV121.06114.99170.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 98 (38.67% from 255) = 26.20%
R=48.40%
G=25.40%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181959800.480.460.29357.9136.7554.12
HexB55F620302E1D1662536
Octal26513714206056355464566
Binary1011010110111111100010011000010111011101101100110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F62; }

 p { color: rgb(181,95,98); }

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

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

 a { background-color: rgb(181,95,98); }

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

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

 span { border-color: rgb(181,95,98); }

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