#B15661

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

Shades of Blush #B15661

Tints of Blush #B15661

Color information

#B15661 (or 0xB15661) is unknown color: approx Blush. HEX triplet: B1, 56 and 61. RGB value is (177,86,97). Sum of RGB (Red+Green+Blue) = 177+86+97=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B15661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15661 is #4EA99E. Grayscale: #727272. Windows color (decimal): -5155231 or 6379185. OLE color: 6379185.

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

Color convert

RGB1778697-
CMYK00.510.450.31
HSL352.75º36.84%51.57%-
HSV(B)352.75º51.41%69.41%-
XYZ23.6216.8713.32-
YUV114.46118.15172.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=49.17%
G=23.89%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177869700.510.450.31352.7536.8451.57
HexB156610332D1F1612534
Octal26112614106355375414564
Binary1011000110101101100001011001110110111111101100001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15661; }

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

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

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

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

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

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

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

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