#B75D6F

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

Shades of Blush #B75D6F

Tints of Blush #B75D6F

Color information

#B75D6F (or 0xB75D6F) is unknown color: approx Blush. HEX triplet: B7, 5D and 6F. RGB value is (183,93,111). Sum of RGB (Red+Green+Blue) = 183+93+111=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D6F is #48A290. Grayscale: #797979. Windows color (decimal): -4760209 or 7298487. OLE color: 7298487.

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

Color convert

RGB18393111-
CMYK00.490.390.28
HSL348º38.46%54.12%-
HSV(B)348º49.18%71.76%-
XYZ26.3119.0417.33-
YUV121.96121.82171.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=47.29%
G=24.03%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839311100.490.390.2834838.4654.12
HexB75D6F031271C15c2636
Octal26713515706147345344666
Binary1011011110111011101111011000110011111100101011100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D6F; }

 p { color: rgb(183,93,111); }

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

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

 a { background-color: rgb(183,93,111); }

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

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

 span { border-color: rgb(183,93,111); }

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