#B75B65

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

Shades of Blush #B75B65

Tints of Blush #B75B65

Color information

#B75B65 (or 0xB75B65) is unknown color: approx Blush. HEX triplet: B7, 5B and 65. RGB value is (183,91,101). Sum of RGB (Red+Green+Blue) = 183+91+101=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75B65 is #48A49A. Grayscale: #777777. Windows color (decimal): -4760731 or 6642615. OLE color: 6642615.

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

Color convert

RGB18391101-
CMYK00.500.450.28
HSL353.48º38.98%53.73%-
HSV(B)353.48º50.27%71.76%-
XYZ25.6218.4914.53-
YUV119.65117.48173.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 91 (35.94% from 255) = 24.27%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=48.8%
G=24.27%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839110100.500.450.28353.4838.9853.73
HexB75B650322D1C1612736
Octal26713314506255345414766
Binary1011011110110111100101011001010110111100101100001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75B65; }

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

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

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

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

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

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

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

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