#B95B6E

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

Shades of Blush #B95B6E

Tints of Blush #B95B6E

Color information

#B95B6E (or 0xB95B6E) is unknown color: approx Blush. HEX triplet: B9, 5B and 6E. RGB value is (185,91,110). Sum of RGB (Red+Green+Blue) = 185+91+110=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95B6E is #46A491. Grayscale: #797979. Windows color (decimal): -4629650 or 7232441. OLE color: 7232441.

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

Color convert

RGB18591110-
CMYK00.510.410.27
HSL347.87º40.17%54.12%-
HSV(B)347.87º50.81%72.55%-
XYZ26.5618.9217-
YUV121.27121.64173.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=47.93%
G=23.58%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859111000.510.410.27347.8740.1754.12
HexB95B6E033291B15c2836
Octal27113315606351335345066
Binary1011100110110111101110011001110100111011101011100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B6E; }

 p { color: rgb(185,91,110); }

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

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

 a { background-color: rgb(185,91,110); }

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

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

 span { border-color: rgb(185,91,110); }

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