#B75A73

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

Shades of Blush #B75A73

Tints of Blush #B75A73

Color information

#B75A73 (or 0xB75A73) is unknown color: approx Blush. HEX triplet: B7, 5A and 73. RGB value is (183,90,115). Sum of RGB (Red+Green+Blue) = 183+90+115=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75A73 is #48A58C. Grayscale: #787878. Windows color (decimal): -4760973 or 7559863. OLE color: 7559863.

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

Color convert

RGB18390115-
CMYK00.510.370.28
HSL343.87º39.24%53.53%-
HSV(B)343.87º50.82%71.76%-
XYZ26.2818.6218.43-
YUV120.66124.81172.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 90 (35.55% from 255) = 23.20%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=47.16%
G=23.20%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839011500.510.370.28343.8739.2453.53
HexB75A73033251C1582736
Octal26713216306345345304766
Binary1011011110110101110011011001110010111100101011000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A73; }

 p { color: rgb(183,90,115); }

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

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

 a { background-color: rgb(183,90,115); }

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

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

 span { border-color: rgb(183,90,115); }

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