#B95865

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

Shades of Blush #B95865

Tints of Blush #B95865

Color information

#B95865 (or 0xB95865) is unknown color: approx Blush. HEX triplet: B9, 58 and 65. RGB value is (185,88,101). Sum of RGB (Red+Green+Blue) = 185+88+101=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B95865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95865 is #46A79A. Grayscale: #767676. Windows color (decimal): -4630427 or 6641849. OLE color: 6641849.

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

Color convert

RGB18588101-
CMYK00.520.450.27
HSL351.96º40.93%53.53%-
HSV(B)351.96º52.43%72.55%-
XYZ25.8518.2314.47-
YUV118.48118.14175.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=49.47%
G=23.53%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858810100.520.450.27351.9640.9353.53
HexB958650342D1B1602936
Octal27113014506455335405166
Binary1011100110110001100101011010010110111011101100000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95865; }

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

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

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

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

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

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

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

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