#B75D70

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

Shades of Blush #B75D70

Tints of Blush #B75D70

Color information

#B75D70 (or 0xB75D70) is unknown color: approx Blush. HEX triplet: B7, 5D and 70. RGB value is (183,93,112). Sum of RGB (Red+Green+Blue) = 183+93+112=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D70 is #48A28F. Grayscale: #7A7A7A. Windows color (decimal): -4760208 or 7364023. OLE color: 7364023.

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

Color convert

RGB18393112-
CMYK00.490.390.28
HSL347.33º38.46%54.12%-
HSV(B)347.33º49.18%71.76%-
XYZ26.3719.0717.62-
YUV122.08122.32171.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=47.16%
G=23.97%
B=28.87%

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
Decimal1839311200.490.390.28347.3338.4654.12
HexB75D70031271C15b2636
Octal26713516006147345334666
Binary1011011110111011110000011000110011111100101011011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D70; }

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

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

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

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

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

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

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

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