#B5515E

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

Shades of Blush #B5515E

Tints of Blush #B5515E

Color information

#B5515E (or 0xB5515E) is unknown color: approx Blush. HEX triplet: B5, 51 and 5E. RGB value is (181,81,94). Sum of RGB (Red+Green+Blue) = 181+81+94=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5515E is #4AAEA1. Grayscale: #707070. Windows color (decimal): -4894370 or 6181301. OLE color: 6181301.

HSL color Cylindrical-coordinate representation of color #B5515E: hue angle of 352.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 #B5515E is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1818194-
CMYK00.550.480.29
HSL352.2º40.32%51.37%-
HSV(B)352.2º55.25%70.98%-
XYZ24.0216.5212.51-
YUV112.38117.63176.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=50.84%
G=22.75%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181819400.550.480.29352.240.3251.37
HexB5515E037301D1602833
Octal26512113606760355405063
Binary1011010110100011011110011011111000011101101100000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5515E; }

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

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

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

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

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

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

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

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