#b15261

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

Shades of Blush #B15261

Tints of Blush #B15261

Color information

#B15261 (or 0xB15261) is unknown color: approx Blush. HEX triplet: B1, 52 and 61. RGB value is (177,82,97). Sum of RGB (Red+Green+Blue) = 177+82+97=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B15261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15261 is #4EAD9E. Grayscale: #707070. Windows color (decimal): -5156255 or 6378161. OLE color: 6378161.

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

Color convert

RGB1778297-
CMYK00.540.450.31
HSL350.53º37.85%50.78%-
HSV(B)350.53º53.67%69.41%-
XYZ23.3116.2413.22-
YUV112.11119.47174.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 97 (38.28% from 255) = 27.25%
R=49.72%
G=23.03%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177829700.540.450.31350.5337.8550.78
HexB152610362D1F15f2633
Octal26112214106655375374663
Binary1011000110100101100001011011010110111111101011111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b15261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b15261; }

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

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

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

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

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

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

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

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