#B75E64

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

Shades of Blush #B75E64

Tints of Blush #B75E64

Color information

#B75E64 (or 0xB75E64) is unknown color: approx Blush. HEX triplet: B7, 5E and 64. RGB value is (183,94,100). Sum of RGB (Red+Green+Blue) = 183+94+100=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E64 is #48A19B. Grayscale: #797979. Windows color (decimal): -4759964 or 6577847. OLE color: 6577847.

HSL color Cylindrical-coordinate representation of color #B75E64: hue angle of 355.96º 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 #B75E64 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB18394100-
CMYK00.490.450.28
HSL355.96º38.2%54.31%-
HSV(B)355.96º48.63%71.76%-
XYZ25.8318.9914.36-
YUV121.3115.99172.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=48.54%
G=24.93%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839410000.490.450.28355.9638.254.31
HexB75E640312D1C1642636
Octal26713614406155345444666
Binary1011011110111101100100011000110110111100101100100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E64; }

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

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

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

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

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

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

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

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