#B95864

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

Shades of Blush #B95864

Tints of Blush #B95864

Color information

#B95864 (or 0xB95864) is unknown color: approx Blush. HEX triplet: B9, 58 and 64. RGB value is (185,88,100). Sum of RGB (Red+Green+Blue) = 185+88+100=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B95864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95864 is #46A79B. Grayscale: #767676. Windows color (decimal): -4630428 or 6576313. OLE color: 6576313.

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

Color convert

RGB18588100-
CMYK00.520.460.27
HSL352.58º40.93%53.53%-
HSV(B)352.58º52.43%72.55%-
XYZ25.818.2114.21-
YUV118.37117.64175.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=49.60%
G=23.59%
B=26.81%

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
Decimal1858810000.520.460.27352.5840.9353.53
HexB958640342E1B1612936
Octal27113014406456335415166
Binary1011100110110001100100011010010111011011101100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95864; }

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

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

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

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

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

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

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

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