#B55662

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

Shades of Blush #B55662

Tints of Blush #B55662

Color information

#B55662 (or 0xB55662) is unknown color: approx Blush. HEX triplet: B5, 56 and 62. RGB value is (181,86,98). Sum of RGB (Red+Green+Blue) = 181+86+98=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B55662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55662 is #4AA99D. Grayscale: #737373. Windows color (decimal): -4893086 or 6444725. OLE color: 6444725.

HSL color Cylindrical-coordinate representation of color #B55662: hue angle of 352.42º 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 #B55662 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1818698-
CMYK00.520.460.29
HSL352.42º39.09%52.35%-
HSV(B)352.42º52.49%70.98%-
XYZ24.5917.3613.61-
YUV115.77117.97174.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=49.59%
G=23.56%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181869800.520.460.29352.4239.0952.35
HexB556620342E1D1602734
Octal26512614206456355404764
Binary1011010110101101100010011010010111011101101100000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55662; }

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

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

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

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

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

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

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

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