#B55067

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

Shades of Blush #B55067

Tints of Blush #B55067

Color information

#B55067 (or 0xB55067) is unknown color: approx Blush. HEX triplet: B5, 50 and 67. RGB value is (181,80,103). Sum of RGB (Red+Green+Blue) = 181+80+103=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B55067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55067 is #4AAF98. Grayscale: #707070. Windows color (decimal): -4894617 or 6770869. OLE color: 6770869.

HSL color Cylindrical-coordinate representation of color #B55067: hue angle of 346.34º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B55067 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18180103-
CMYK00.560.430.29
HSL346.34º40.56%51.18%-
HSV(B)346.34º55.8%70.98%-
XYZ24.3716.5414.74-
YUV112.82122.46176.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=49.73%
G=21.98%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818010300.560.430.29346.3440.5651.18
HexB550670382B1D15a2933
Octal26512014707053355325163
Binary1011010110100001100111011100010101111101101011010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55067; }

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

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

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

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

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

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

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

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