#B75F63

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

Shades of Blush #B75F63

Tints of Blush #B75F63

Color information

#B75F63 (or 0xB75F63) is unknown color: approx Blush. HEX triplet: B7, 5F and 63. RGB value is (183,95,99). Sum of RGB (Red+Green+Blue) = 183+95+99=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75F63 is #48A09C. Grayscale: #797979. Windows color (decimal): -4759709 or 6512567. OLE color: 6512567.

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

Color convert

RGB1839599-
CMYK00.480.460.28
HSL357.27º37.93%54.51%-
HSV(B)357.27º48.09%71.76%-
XYZ25.8719.1514.14-
YUV121.77115.15171.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 99 (39.06% from 255) = 26.26%
R=48.54%
G=25.20%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183959900.480.460.28357.2737.9354.51
HexB75F630302E1C1652637
Octal26713714306056345454667
Binary1011011110111111100011011000010111011100101100101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F63; }

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

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

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

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

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

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

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

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