#B15664

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

Shades of Blush #B15664

Tints of Blush #B15664

Color information

#B15664 (or 0xB15664) is unknown color: approx Blush. HEX triplet: B1, 56 and 64. RGB value is (177,86,100). Sum of RGB (Red+Green+Blue) = 177+86+100=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B15664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15664 is #4EA99B. Grayscale: #727272. Windows color (decimal): -5155228 or 6575793. OLE color: 6575793.

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

Color convert

RGB17786100-
CMYK00.510.440.31
HSL350.77º36.84%51.57%-
HSV(B)350.77º51.41%69.41%-
XYZ23.7616.9214.07-
YUV114.8119.65172.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=48.76%
G=23.69%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778610000.510.440.31350.7736.8451.57
HexB156640332C1F15f2534
Octal26112614406354375374564
Binary1011000110101101100100011001110110011111101011111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15664; }

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

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

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

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

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

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

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

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