#B75F70

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

Shades of Blush #B75F70

Tints of Blush #B75F70

Color information

#B75F70 (or 0xB75F70) is unknown color: approx Blush. HEX triplet: B7, 5F and 70. RGB value is (183,95,112). Sum of RGB (Red+Green+Blue) = 183+95+112=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75F70 is #48A08F. Grayscale: #7B7B7B. Windows color (decimal): -4759696 or 7364535. OLE color: 7364535.

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

Color convert

RGB18395112-
CMYK00.480.390.28
HSL348.41º37.93%54.51%-
HSV(B)348.41º48.09%71.76%-
XYZ26.5519.4217.68-
YUV123.25121.65170.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=46.92%
G=24.36%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839511200.480.390.28348.4137.9354.51
HexB75F70030271C15c2637
Octal26713716006047345344667
Binary1011011110111111110000011000010011111100101011100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F70; }

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

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

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

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

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

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

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

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