#B5506E

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

Shades of Blush #B5506E

Tints of Blush #B5506E

Color information

#B5506E (or 0xB5506E) is unknown color: approx Blush. HEX triplet: B5, 50 and 6E. RGB value is (181,80,110). Sum of RGB (Red+Green+Blue) = 181+80+110=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5506E is #4AAF91. Grayscale: #717171. Windows color (decimal): -4894610 or 7229621. OLE color: 7229621.

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

Color convert

RGB18180110-
CMYK00.560.390.29
HSL342.18º40.56%51.18%-
HSV(B)342.18º55.8%70.98%-
XYZ24.7416.6916.67-
YUV113.62125.96176.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=48.79%
G=21.56%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818011000.560.390.29342.1840.5651.18
HexB5506E038271D1562933
Octal26512015607047355265163
Binary1011010110100001101110011100010011111101101010110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5506E; }

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

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

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

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

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

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

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

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