#B56074

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

Shades of Blush #B56074

Tints of Blush #B56074

Color information

#B56074 (or 0xB56074) is unknown color: approx Blush. HEX triplet: B5, 60 and 74. RGB value is (181,96,116). Sum of RGB (Red+Green+Blue) = 181+96+116=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B56074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56074 is #4A9F8B. Grayscale: #7B7B7B. Windows color (decimal): -4890508 or 7626933. OLE color: 7626933.

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

Color convert

RGB18196116-
CMYK00.470.360.29
HSL345.88º36.48%54.31%-
HSV(B)345.88º46.96%70.98%-
XYZ26.3919.4518.89-
YUV123.7123.66168.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=46.06%
G=24.43%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819611600.470.360.29345.8836.4854.31
HexB5607402F241D15a2436
Octal26514016405744355324466
Binary1011010111000001110100010111110010011101101011010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56074; }

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

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

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

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

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

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

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

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