#B95A60

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

Shades of Blush #B95A60

Tints of Blush #B95A60

Color information

#B95A60 (or 0xB95A60) is unknown color: approx Blush. HEX triplet: B9, 5A and 60. RGB value is (185,90,96). Sum of RGB (Red+Green+Blue) = 185+90+96=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A60 is #46A59F. Grayscale: #777777. Windows color (decimal): -4629920 or 6314681. OLE color: 6314681.

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

Color convert

RGB1859096-
CMYK00.510.480.27
HSL356.21º40.43%53.92%-
HSV(B)356.21º51.35%72.55%-
XYZ25.7818.4713.27-
YUV119.09114.97175.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=49.87%
G=24.26%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185909600.510.480.27356.2140.4353.92
HexB95A60033301B1642836
Octal27113214006360335445066
Binary1011100110110101100000011001111000011011101100100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A60; }

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

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

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

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

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

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

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

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