#B75F65

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

Shades of Blush #B75F65

Tints of Blush #B75F65

Color information

#B75F65 (or 0xB75F65) is unknown color: approx Blush. HEX triplet: B7, 5F and 65. RGB value is (183,95,101). Sum of RGB (Red+Green+Blue) = 183+95+101=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75F65 is #48A09A. Grayscale: #7A7A7A. Windows color (decimal): -4759707 or 6643639. OLE color: 6643639.

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

Color convert

RGB18395101-
CMYK00.480.450.28
HSL355.91º37.93%54.51%-
HSV(B)355.91º48.09%71.76%-
XYZ25.9719.1914.65-
YUV122116.15171.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 101 (39.84% from 255) = 26.65%
R=48.28%
G=25.07%
B=26.65%

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
Decimal1839510100.480.450.28355.9137.9354.51
HexB75F650302D1C1642637
Octal26713714506055345444667
Binary1011011110111111100101011000010110111100101100100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F65; }

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

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

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

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

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

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

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

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