#B75164

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

Shades of Blush #B75164

Tints of Blush #B75164

Color information

#B75164 (or 0xB75164) is unknown color: approx Blush. HEX triplet: B7, 51 and 64. RGB value is (183,81,100). Sum of RGB (Red+Green+Blue) = 183+81+100=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B75164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75164 is #48AE9B. Grayscale: #717171. Windows color (decimal): -4763292 or 6574519. OLE color: 6574519.

HSL color Cylindrical-coordinate representation of color #B75164: hue angle of 348.82º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75164 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB18381100-
CMYK00.560.450.28
HSL348.82º41.46%51.76%-
HSV(B)348.82º55.74%71.76%-
XYZ24.7716.8714.01-
YUV113.66120.29177.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.27%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=50.27%
G=22.25%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838110000.560.450.28348.8241.4651.76
HexB751640382D1C15d2934
Octal26712114407055345355164
Binary1011011110100011100100011100010110111100101011101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75164; }

 p { color: rgb(183,81,100); }

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

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

 a { background-color: rgb(183,81,100); }

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

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

 span { border-color: rgb(183,81,100); }

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