#B75E71

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

Shades of Blush #B75E71

Tints of Blush #B75E71

Color information

#B75E71 (or 0xB75E71) is unknown color: approx Blush. HEX triplet: B7, 5E and 71. RGB value is (183,94,113). Sum of RGB (Red+Green+Blue) = 183+94+113=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E71 is #48A18E. Grayscale: #7A7A7A. Windows color (decimal): -4759951 or 7429815. OLE color: 7429815.

HSL color Cylindrical-coordinate representation of color #B75E71: hue angle of 347.19º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B75E71 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18394113-
CMYK00.490.380.28
HSL347.19º38.2%54.31%-
HSV(B)347.19º48.63%71.76%-
XYZ26.5119.2617.94-
YUV122.78122.49170.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 94 (37.11% from 255) = 24.10%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=46.92%
G=24.10%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839411300.490.380.28347.1938.254.31
HexB75E71031261C15b2636
Octal26713616106146345334666
Binary1011011110111101110001011000110011011100101011011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E71; }

 p { color: rgb(183,94,113); }

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

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

 a { background-color: rgb(183,94,113); }

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

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

 span { border-color: rgb(183,94,113); }

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