#B75D6B

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

Shades of Blush #B75D6B

Tints of Blush #B75D6B

Color information

#B75D6B (or 0xB75D6B) is unknown color: approx Blush. HEX triplet: B7, 5D and 6B. RGB value is (183,93,107). Sum of RGB (Red+Green+Blue) = 183+93+107=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D6B is #48A294. Grayscale: #797979. Windows color (decimal): -4760213 or 7036343. OLE color: 7036343.

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

Color convert

RGB18393107-
CMYK00.490.420.28
HSL350.67º38.46%54.12%-
HSV(B)350.67º49.18%71.76%-
XYZ26.118.9616.19-
YUV121.51119.82171.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=47.78%
G=24.28%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839310700.490.420.28350.6738.4654.12
HexB75D6B0312A1C15f2636
Octal26713515306152345374666
Binary1011011110111011101011011000110101011100101011111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D6B; }

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

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

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

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

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

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

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

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