#B5506A

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

Shades of Blush #B5506A

Tints of Blush #B5506A

Color information

#B5506A (or 0xB5506A) is unknown color: approx Blush. HEX triplet: B5, 50 and 6A. RGB value is (181,80,106). Sum of RGB (Red+Green+Blue) = 181+80+106=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B5506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5506A is #4AAF95. Grayscale: #717171. Windows color (decimal): -4894614 or 6967477. OLE color: 6967477.

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

Color convert

RGB18180106-
CMYK00.560.410.29
HSL344.55º40.56%51.18%-
HSV(B)344.55º55.8%70.98%-
XYZ24.5316.615.55-
YUV113.16123.96176.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=49.32%
G=21.80%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818010600.560.410.29344.5540.5651.18
HexB5506A038291D1592933
Octal26512015207051355315163
Binary1011010110100001101010011100010100111101101011001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5506A; }

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

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

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

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

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

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

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

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