#B95B70

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

Shades of Blush #B95B70

Tints of Blush #B95B70

Color information

#B95B70 (or 0xB95B70) is unknown color: approx Blush. HEX triplet: B9, 5B and 70. RGB value is (185,91,112). Sum of RGB (Red+Green+Blue) = 185+91+112=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95B70 is #46A48F. Grayscale: #797979. Windows color (decimal): -4629648 or 7363513. OLE color: 7363513.

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

Color convert

RGB18591112-
CMYK00.510.390.27
HSL346.6º40.17%54.12%-
HSV(B)346.6º50.81%72.55%-
XYZ26.6718.9717.58-
YUV121.5122.64173.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=47.68%
G=23.45%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859111200.510.390.27346.640.1754.12
HexB95B70033271B15b2836
Octal27113316006347335335066
Binary1011100110110111110000011001110011111011101011011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B70; }

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

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

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

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

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

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

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

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