#B75A64

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

Shades of Blush #B75A64

Tints of Blush #B75A64

Color information

#B75A64 (or 0xB75A64) is unknown color: approx Blush. HEX triplet: B7, 5A and 64. RGB value is (183,90,100). Sum of RGB (Red+Green+Blue) = 183+90+100=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75A64 is #48A59B. Grayscale: #777777. Windows color (decimal): -4760988 or 6576823. OLE color: 6576823.

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

Color convert

RGB18390100-
CMYK00.510.450.28
HSL353.55º39.24%53.53%-
HSV(B)353.55º50.82%71.76%-
XYZ25.4818.314.25-
YUV118.95117.31173.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=49.06%
G=24.13%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839010000.510.450.28353.5539.2453.53
HexB75A640332D1C1622736
Octal26713214406355345424766
Binary1011011110110101100100011001110110111100101100010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A64; }

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

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

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

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

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

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

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

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