#B55666

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

Shades of Blush #B55666

Tints of Blush #B55666

Color information

#B55666 (or 0xB55666) is unknown color: approx Blush. HEX triplet: B5, 56 and 66. RGB value is (181,86,102). Sum of RGB (Red+Green+Blue) = 181+86+102=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B55666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55666 is #4AA999. Grayscale: #747474. Windows color (decimal): -4893082 or 6706869. OLE color: 6706869.

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

Color convert

RGB18186102-
CMYK00.520.440.29
HSL349.89º39.09%52.35%-
HSV(B)349.89º52.49%70.98%-
XYZ24.7817.4414.63-
YUV116.23119.97174.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=49.05%
G=23.31%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818610200.520.440.29349.8939.0952.35
HexB556660342C1D15e2734
Octal26512614606454355364764
Binary1011010110101101100110011010010110011101101011110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55666; }

 p { color: rgb(181,86,102); }

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

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

 a { background-color: rgb(181,86,102); }

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

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

 span { border-color: rgb(181,86,102); }

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