#B95761

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

Shades of Blush #B95761

Tints of Blush #B95761

Color information

#B95761 (or 0xB95761) is unknown color: approx Blush. HEX triplet: B9, 57 and 61. RGB value is (185,87,97). Sum of RGB (Red+Green+Blue) = 185+87+97=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B95761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95761 is #46A89E. Grayscale: #757575. Windows color (decimal): -4630687 or 6379449. OLE color: 6379449.

HSL color Cylindrical-coordinate representation of color #B95761: hue angle of 353.88º 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 #B95761 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1858797-
CMYK00.530.480.27
HSL353.88º41.18%53.33%-
HSV(B)353.88º52.97%72.55%-
XYZ25.5717.9913.43-
YUV117.44116.47176.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=50.14%
G=23.58%
B=26.29%

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
Decimal185879700.530.480.27353.8841.1853.33
HexB95761035301B1622935
Octal27112714106560335425165
Binary1011100110101111100001011010111000011011101100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95761; }

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

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

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

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

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

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

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

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