#B95870

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

Shades of Blush #B95870

Tints of Blush #B95870

Color information

#B95870 (or 0xB95870) is unknown color: approx Blush. HEX triplet: B9, 58 and 70. RGB value is (185,88,112). Sum of RGB (Red+Green+Blue) = 185+88+112=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B95870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95870 is #46A78F. Grayscale: #777777. Windows color (decimal): -4630416 or 7362745. OLE color: 7362745.

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

Color convert

RGB18588112-
CMYK00.520.390.27
HSL345.15º40.93%53.53%-
HSV(B)345.15º52.43%72.55%-
XYZ26.4218.4617.5-
YUV119.74123.64174.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=48.05%
G=22.86%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858811200.520.390.27345.1540.9353.53
HexB95870034271B1592936
Octal27113016006447335315166
Binary1011100110110001110000011010010011111011101011001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95870; }

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

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

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

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

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

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

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

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