#B55568

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

Shades of Blush #B55568

Tints of Blush #B55568

Color information

#B55568 (or 0xB55568) is unknown color: approx Blush. HEX triplet: B5, 55 and 68. RGB value is (181,85,104). Sum of RGB (Red+Green+Blue) = 181+85+104=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B55568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55568 is #4AAA97. Grayscale: #737373. Windows color (decimal): -4893336 or 6837685. OLE color: 6837685.

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

Color convert

RGB18185104-
CMYK00.530.430.29
HSL348.12º39.34%52.16%-
HSV(B)348.12º53.04%70.98%-
XYZ24.817.3215.13-
YUV115.87121.3174.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=48.92%
G=22.97%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818510400.530.430.29348.1239.3452.16
HexB555680352B1D15c2734
Octal26512515006553355344764
Binary1011010110101011101000011010110101111101101011100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55568; }

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

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

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

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

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

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

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

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