#B5506D

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

Shades of Blush #B5506D

Tints of Blush #B5506D

Color information

#B5506D (or 0xB5506D) is unknown color: approx Blush. HEX triplet: B5, 50 and 6D. RGB value is (181,80,109). Sum of RGB (Red+Green+Blue) = 181+80+109=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5506D is #4AAF92. Grayscale: #717171. Windows color (decimal): -4894611 or 7164085. OLE color: 7164085.

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

Color convert

RGB18180109-
CMYK00.560.400.29
HSL342.77º40.56%51.18%-
HSV(B)342.77º55.8%70.98%-
XYZ24.6916.6716.38-
YUV113.5125.46176.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=48.92%
G=21.62%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818010900.560.400.29342.7740.5651.18
HexB5506D038281D1572933
Octal26512015507050355275163
Binary1011010110100001101101011100010100011101101010111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5506D; }

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

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

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

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

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

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

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

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