#B55268

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

Shades of Blush #B55268

Tints of Blush #B55268

Color information

#B55268 (or 0xB55268) is unknown color: approx Blush. HEX triplet: B5, 52 and 68. RGB value is (181,82,104). Sum of RGB (Red+Green+Blue) = 181+82+104=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B55268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55268 is #4AAD97. Grayscale: #727272. Windows color (decimal): -4894104 or 6836917. OLE color: 6836917.

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

Color convert

RGB18182104-
CMYK00.550.430.29
HSL346.67º40.08%51.57%-
HSV(B)346.67º54.7%70.98%-
XYZ24.5716.8615.06-
YUV114.11122.3175.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=49.32%
G=22.34%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818210400.550.430.29346.6740.0851.57
HexB552680372B1D15b2834
Octal26512215006753355335064
Binary1011010110100101101000011011110101111101101011011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55268; }

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

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

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

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

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

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

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

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