#B75F64

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

Shades of Blush #B75F64

Tints of Blush #B75F64

Color information

#B75F64 (or 0xB75F64) is unknown color: approx Blush. HEX triplet: B7, 5F and 64. RGB value is (183,95,100). Sum of RGB (Red+Green+Blue) = 183+95+100=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75F64 is #48A09B. Grayscale: #797979. Windows color (decimal): -4759708 or 6578103. OLE color: 6578103.

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

Color convert

RGB18395100-
CMYK00.480.450.28
HSL356.59º37.93%54.51%-
HSV(B)356.59º48.09%71.76%-
XYZ25.9219.1714.39-
YUV121.88115.65171.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 100 (39.45% from 255) = 26.46%
R=48.41%
G=25.13%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839510000.480.450.28356.5937.9354.51
HexB75F640302D1C1652637
Octal26713714406055345454667
Binary1011011110111111100100011000010110111100101100101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F64; }

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

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

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

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

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

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

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

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