#B15970

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

Shades of Blush #B15970

Tints of Blush #B15970

Color information

#B15970 (or 0xB15970) is unknown color: approx Blush. HEX triplet: B1, 59 and 70. RGB value is (177,89,112). Sum of RGB (Red+Green+Blue) = 177+89+112=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B15970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15970 is #4EA68F. Grayscale: #757575. Windows color (decimal): -5154448 or 7362993. OLE color: 7362993.

HSL color Cylindrical-coordinate representation of color #B15970: hue angle of 344.32º 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 #B15970 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17789112-
CMYK00.500.370.31
HSL344.32º36.07%52.16%-
HSV(B)344.32º49.72%69.41%-
XYZ24.6317.6617.44-
YUV117.93124.65170.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=46.83%
G=23.54%
B=29.63%

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
Decimal1778911200.500.370.31344.3236.0752.16
HexB15970032251F1582434
Octal26113116006245375304464
Binary1011000110110011110000011001010010111111101011000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15970; }

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

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

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

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

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

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

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

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