#B75B71

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

Shades of Blush #B75B71

Tints of Blush #B75B71

Color information

#B75B71 (or 0xB75B71) is unknown color: approx Blush. HEX triplet: B7, 5B and 71. RGB value is (183,91,113). Sum of RGB (Red+Green+Blue) = 183+91+113=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75B71 is #48A48E. Grayscale: #797979. Windows color (decimal): -4760719 or 7429047. OLE color: 7429047.

HSL color Cylindrical-coordinate representation of color #B75B71: hue angle of 345.65º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75B71 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18391113-
CMYK00.500.380.28
HSL345.65º38.98%53.73%-
HSV(B)345.65º50.27%71.76%-
XYZ26.2518.7417.86-
YUV121.02123.48172.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=47.29%
G=23.51%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839111300.500.380.28345.6538.9853.73
HexB75B71032261C15a2736
Octal26713316106246345324766
Binary1011011110110111110001011001010011011100101011010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75B71; }

 p { color: rgb(183,91,113); }

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

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

 a { background-color: rgb(183,91,113); }

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

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

 span { border-color: rgb(183,91,113); }

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