#B95760

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

Shades of Blush #B95760

Tints of Blush #B95760

Color information

#B95760 (or 0xB95760) is unknown color: approx Blush. HEX triplet: B9, 57 and 60. RGB value is (185,87,96). Sum of RGB (Red+Green+Blue) = 185+87+96=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B95760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95760 is #46A89F. Grayscale: #757575. Windows color (decimal): -4630688 or 6313913. OLE color: 6313913.

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

Color convert

RGB1858796-
CMYK00.530.480.27
HSL354.49º41.18%53.33%-
HSV(B)354.49º52.97%72.55%-
XYZ25.5317.9813.19-
YUV117.33115.97176.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=50.27%
G=23.64%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185879600.530.480.27354.4941.1853.33
HexB95760035301B1622935
Octal27112714006560335425165
Binary1011100110101111100000011010111000011011101100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95760; }

 p { color: rgb(185,87,96); }

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

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

 a { background-color: rgb(185,87,96); }

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

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

 span { border-color: rgb(185,87,96); }

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