#B5606E

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

Shades of Blush #B5606E

Tints of Blush #B5606E

Color information

#B5606E (or 0xB5606E) is unknown color: approx Blush. HEX triplet: B5, 60 and 6E. RGB value is (181,96,110). Sum of RGB (Red+Green+Blue) = 181+96+110=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5606E is #4A9F91. Grayscale: #7B7B7B. Windows color (decimal): -4890514 or 7233717. OLE color: 7233717.

HSL color Cylindrical-coordinate representation of color #B5606E: hue angle of 350.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5606E is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18196110-
CMYK00.470.390.29
HSL350.12º36.48%54.31%-
HSV(B)350.12º46.96%70.98%-
XYZ26.0519.3217.11-
YUV123.01120.66169.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=46.77%
G=24.81%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819611000.470.390.29350.1236.4854.31
HexB5606E02F271D15e2436
Octal26514015605747355364466
Binary1011010111000001101110010111110011111101101011110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5606E; }

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

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

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

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

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

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

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

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