#B56071

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

Shades of Blush #B56071

Tints of Blush #B56071

Color information

#B56071 (or 0xB56071) is unknown color: approx Blush. HEX triplet: B5, 60 and 71. RGB value is (181,96,113). Sum of RGB (Red+Green+Blue) = 181+96+113=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B56071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56071 is #4A9F8E. Grayscale: #7B7B7B. Windows color (decimal): -4890511 or 7430325. OLE color: 7430325.

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

Color convert

RGB18196113-
CMYK00.470.380.29
HSL348º36.48%54.31%-
HSV(B)348º46.96%70.98%-
XYZ26.2219.3817.98-
YUV123.35122.16169.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=46.41%
G=24.62%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819611300.470.380.2934836.4854.31
HexB5607102F261D15c2436
Octal26514016105746355344466
Binary1011010111000001110001010111110011011101101011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56071; }

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

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

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

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

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

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

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

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