#B75E5F

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

Shades of Blush #B75E5F

Tints of Blush #B75E5F

Color information

#B75E5F (or 0xB75E5F) is unknown color: approx Blush. HEX triplet: B7, 5E and 5F. RGB value is (183,94,95). Sum of RGB (Red+Green+Blue) = 183+94+95=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E5F is #48A1A0. Grayscale: #787878. Windows color (decimal): -4759969 or 6250167. OLE color: 6250167.

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

Color convert

RGB1839495-
CMYK00.490.480.28
HSL359.33º38.2%54.31%-
HSV(B)359.33º48.63%71.76%-
XYZ25.618.913.13-
YUV120.72113.49172.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 94 (37.11% from 255) = 25.27%
BLUE value IS 95 (37.5% from 255) = 25.54%
R=49.19%
G=25.27%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183949500.490.480.28359.3338.254.31
HexB75E5F031301C1672636
Octal26713613706160345474666
Binary1011011110111101011111011000111000011100101100111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E5F; }

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

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

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

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

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

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

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

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