#B95460

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

Shades of Blush #B95460

Tints of Blush #B95460

Color information

#B95460 (or 0xB95460) is unknown color: approx Blush. HEX triplet: B9, 54 and 60. RGB value is (185,84,96). Sum of RGB (Red+Green+Blue) = 185+84+96=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B95460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95460 is #46AB9F. Grayscale: #737373. Windows color (decimal): -4631456 or 6313145. OLE color: 6313145.

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

Color convert

RGB1858496-
CMYK00.550.480.27
HSL352.87º41.91%52.75%-
HSV(B)352.87º54.59%72.55%-
XYZ25.2917.513.11-
YUV115.57116.96177.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.68%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=50.68%
G=23.01%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185849600.550.480.27352.8741.9152.75
HexB95460037301B1612a35
Octal27112414006760335415265
Binary1011100110101001100000011011111000011011101100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95460; }

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

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

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

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

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

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

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

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