#B95961

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

Shades of Blush #B95961

Tints of Blush #B95961

Color information

#B95961 (or 0xB95961) is unknown color: approx Blush. HEX triplet: B9, 59 and 61. RGB value is (185,89,97). Sum of RGB (Red+Green+Blue) = 185+89+97=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B95961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95961 is #46A69E. Grayscale: #767676. Windows color (decimal): -4630175 or 6379961. OLE color: 6379961.

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

Color convert

RGB1858997-
CMYK00.520.480.27
HSL355º40.68%53.73%-
HSV(B)355º51.89%72.55%-
XYZ25.7418.3213.49-
YUV118.62115.8175.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=49.87%
G=23.99%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185899700.520.480.2735540.6853.73
HexB95961034301B1632936
Octal27113114106460335435166
Binary1011100110110011100001011010011000011011101100011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95961; }

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

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

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

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

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

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

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

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