#B15870

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

Shades of Blush #B15870

Tints of Blush #B15870

Color information

#B15870 (or 0xB15870) is unknown color: approx Blush. HEX triplet: B1, 58 and 70. RGB value is (177,88,112). Sum of RGB (Red+Green+Blue) = 177+88+112=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B15870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15870 is #4EA78F. Grayscale: #757575. Windows color (decimal): -5154704 or 7362737. OLE color: 7362737.

HSL color Cylindrical-coordinate representation of color #B15870: hue angle of 343.82º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15870 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17788112-
CMYK00.500.370.31
HSL343.82º36.33%51.96%-
HSV(B)343.82º50.28%69.41%-
XYZ24.5517.517.41-
YUV117.35124.99170.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=46.95%
G=23.34%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778811200.500.370.31343.8236.3351.96
HexB15870032251F1582434
Octal26113016006245375304464
Binary1011000110110001110000011001010010111111101011000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15870; }

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

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

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

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

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

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

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

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