#B95863

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

Shades of Blush #B95863

Tints of Blush #B95863

Color information

#B95863 (or 0xB95863) is unknown color: approx Blush. HEX triplet: B9, 58 and 63. RGB value is (185,88,99). Sum of RGB (Red+Green+Blue) = 185+88+99=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B95863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95863 is #46A79C. Grayscale: #767676. Windows color (decimal): -4630429 or 6510777. OLE color: 6510777.

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

Color convert

RGB1858899-
CMYK00.520.460.27
HSL353.2º40.93%53.53%-
HSV(B)353.2º52.43%72.55%-
XYZ25.7518.1913.96-
YUV118.26117.14175.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.73%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 99 (39.06% from 255) = 26.61%
R=49.73%
G=23.66%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185889900.520.460.27353.240.9353.53
HexB958630342E1B1612936
Octal27113014306456335415166
Binary1011100110110001100011011010010111011011101100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95863; }

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

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

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

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

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

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

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

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