#B56075

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

Shades of Blush #B56075

Tints of Blush #B56075

Color information

#B56075 (or 0xB56075) is unknown color: approx Blush. HEX triplet: B5, 60 and 75. RGB value is (181,96,117). Sum of RGB (Red+Green+Blue) = 181+96+117=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B56075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56075 is #4A9F8A. Grayscale: #7B7B7B. Windows color (decimal): -4890507 or 7692469. OLE color: 7692469.

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

Color convert

RGB18196117-
CMYK00.470.350.29
HSL345.18º36.48%54.31%-
HSV(B)345.18º46.96%70.98%-
XYZ26.4519.4719.19-
YUV123.81124.16168.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=45.94%
G=24.37%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819611700.470.350.29345.1836.4854.31
HexB5607502F231D1592436
Octal26514016505743355314466
Binary1011010111000001110101010111110001111101101011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56075; }

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

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

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

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

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

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

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

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