#B15660

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

Shades of Blush #B15660

Tints of Blush #B15660

Color information

#B15660 (or 0xB15660) is unknown color: approx Blush. HEX triplet: B1, 56 and 60. RGB value is (177,86,96). Sum of RGB (Red+Green+Blue) = 177+86+96=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B15660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15660 is #4EA99F. Grayscale: #727272. Windows color (decimal): -5155232 or 6313649. OLE color: 6313649.

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

Color convert

RGB1778696-
CMYK00.510.460.31
HSL353.41º36.84%51.57%-
HSV(B)353.41º51.41%69.41%-
XYZ23.5716.8513.08-
YUV114.35117.65172.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=49.30%
G=23.96%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177869600.510.460.31353.4136.8451.57
HexB156600332E1F1612534
Octal26112614006356375414564
Binary1011000110101101100000011001110111011111101100001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15660; }

 p { color: rgb(177,86,96); }

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

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

 a { background-color: rgb(177,86,96); }

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

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

 span { border-color: rgb(177,86,96); }

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