#B15964

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

Shades of Blush #B15964

Tints of Blush #B15964

Color information

#B15964 (or 0xB15964) is unknown color: approx Blush. HEX triplet: B1, 59 and 64. RGB value is (177,89,100). Sum of RGB (Red+Green+Blue) = 177+89+100=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B15964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15964 is #4EA69B. Grayscale: #747474. Windows color (decimal): -5154460 or 6576561. OLE color: 6576561.

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

Color convert

RGB17789100-
CMYK00.500.440.31
HSL352.5º36.07%52.16%-
HSV(B)352.5º49.72%69.41%-
XYZ2417.4114.15-
YUV116.57118.65171.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 89 (35.16% from 255) = 24.32%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=48.36%
G=24.32%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778910000.500.440.31352.536.0752.16
HexB159640322C1F1602434
Octal26113114406254375404464
Binary1011000110110011100100011001010110011111101100000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15964; }

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

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

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

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

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

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

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

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