#B95665

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

Shades of Blush #B95665

Tints of Blush #B95665

Color information

#B95665 (or 0xB95665) is unknown color: approx Blush. HEX triplet: B9, 56 and 65. RGB value is (185,86,101). Sum of RGB (Red+Green+Blue) = 185+86+101=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B95665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95665 is #46A99A. Grayscale: #757575. Windows color (decimal): -4630939 or 6641337. OLE color: 6641337.

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

Color convert

RGB18586101-
CMYK00.540.450.27
HSL350.91º41.42%53.14%-
HSV(B)350.91º53.51%72.55%-
XYZ25.6817.9114.42-
YUV117.31118.8176.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.73%
GREEN value IS 86 (33.98% from 255) = 23.12%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=49.73%
G=23.12%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858610100.540.450.27350.9141.4253.14
HexB956650362D1B15f2935
Octal27112614506655335375165
Binary1011100110101101100101011011010110111011101011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95665; }

 p { color: rgb(185,86,101); }

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

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

 a { background-color: rgb(185,86,101); }

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

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

 span { border-color: rgb(185,86,101); }

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