#B15766

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

Shades of Blush #B15766

Tints of Blush #B15766

Color information

#B15766 (or 0xB15766) is unknown color: approx Blush. HEX triplet: B1, 57 and 66. RGB value is (177,87,102). Sum of RGB (Red+Green+Blue) = 177+87+102=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B15766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15766 is #4EA899. Grayscale: #737373. Windows color (decimal): -5154970 or 6707121. OLE color: 6707121.

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

Color convert

RGB17787102-
CMYK00.510.420.31
HSL350º36.59%51.76%-
HSV(B)350º50.85%69.41%-
XYZ23.9417.1214.61-
YUV115.62120.32171.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=48.36%
G=23.77%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778710200.510.420.3135036.5951.76
HexB157660332A1F15e2534
Octal26112714606352375364564
Binary1011000110101111100110011001110101011111101011110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15766; }

 p { color: rgb(177,87,102); }

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

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

 a { background-color: rgb(177,87,102); }

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

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

 span { border-color: rgb(177,87,102); }

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