#B95360

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

Shades of Blush #B95360

Tints of Blush #B95360

Color information

#B95360 (or 0xB95360) is unknown color: approx Blush. HEX triplet: B9, 53 and 60. RGB value is (185,83,96). Sum of RGB (Red+Green+Blue) = 185+83+96=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B95360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95360 is #46AC9F. Grayscale: #737373. Windows color (decimal): -4631712 or 6312889. OLE color: 6312889.

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

Color convert

RGB1858396-
CMYK00.550.480.27
HSL352.35º42.15%52.55%-
HSV(B)352.35º55.14%72.55%-
XYZ25.2117.3513.09-
YUV114.98117.29177.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.82%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=50.82%
G=22.80%
B=26.37%

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
Decimal185839600.550.480.27352.3542.1552.55
HexB95360037301B1602a35
Octal27112314006760335405265
Binary1011100110100111100000011011111000011011101100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95360; }

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

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

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

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

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

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

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

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