#B15365

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

Shades of Blush #B15365

Tints of Blush #B15365

Color information

#B15365 (or 0xB15365) is unknown color: approx Blush. HEX triplet: B1, 53 and 65. RGB value is (177,83,101). Sum of RGB (Red+Green+Blue) = 177+83+101=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B15365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15365 is #4EAC9A. Grayscale: #717171. Windows color (decimal): -5155995 or 6640561. OLE color: 6640561.

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

Color convert

RGB17783101-
CMYK00.530.430.31
HSL348.51º37.6%50.98%-
HSV(B)348.51º53.11%69.41%-
XYZ23.5716.4714.25-
YUV113.16121.14173.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=49.03%
G=22.99%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778310100.530.430.31348.5137.650.98
HexB153650352B1F15d2633
Octal26112314506553375354663
Binary1011000110100111100101011010110101111111101011101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15365; }

 p { color: rgb(177,83,101); }

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

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

 a { background-color: rgb(177,83,101); }

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

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

 span { border-color: rgb(177,83,101); }

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