#B5516D

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

Shades of Blush #B5516D

Tints of Blush #B5516D

Color information

#B5516D (or 0xB5516D) is unknown color: approx Blush. HEX triplet: B5, 51 and 6D. RGB value is (181,81,109). Sum of RGB (Red+Green+Blue) = 181+81+109=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5516D is #4AAE92. Grayscale: #727272. Windows color (decimal): -4894355 or 7164341. OLE color: 7164341.

HSL color Cylindrical-coordinate representation of color #B5516D: hue angle of 343.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5516D is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18181109-
CMYK00.550.400.29
HSL343.2º40.32%51.37%-
HSV(B)343.2º55.25%70.98%-
XYZ24.7616.8116.41-
YUV114.09125.13175.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=48.79%
G=21.83%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818110900.550.400.29343.240.3251.37
HexB5516D037281D1572833
Octal26512115506750355275063
Binary1011010110100011101101011011110100011101101010111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5516D; }

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

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

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

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

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

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

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

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