#B95664

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

Shades of Blush #B95664

Tints of Blush #B95664

Color information

#B95664 (or 0xB95664) is unknown color: approx Blush. HEX triplet: B9, 56 and 64. RGB value is (185,86,100). Sum of RGB (Red+Green+Blue) = 185+86+100=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B95664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95664 is #46A99B. Grayscale: #757575. Windows color (decimal): -4630940 or 6575801. OLE color: 6575801.

HSL color Cylindrical-coordinate representation of color #B95664: hue angle of 351.52º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95664 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18586100-
CMYK00.540.460.27
HSL351.52º41.42%53.14%-
HSV(B)351.52º53.51%72.55%-
XYZ25.6417.8914.16-
YUV117.2118.3176.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=49.87%
G=23.18%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858610000.540.460.27351.5241.4253.14
HexB956640362E1B1602935
Octal27112614406656335405165
Binary1011100110101101100100011011010111011011101100000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95664; }

 p { color: rgb(185,86,100); }

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

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

 a { background-color: rgb(185,86,100); }

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

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

 span { border-color: rgb(185,86,100); }

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