#B15263

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

Shades of Blush #B15263

Tints of Blush #B15263

Color information

#B15263 (or 0xB15263) is unknown color: approx Blush. HEX triplet: B1, 52 and 63. RGB value is (177,82,99). Sum of RGB (Red+Green+Blue) = 177+82+99=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B15263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15263 is #4EAD9C. Grayscale: #707070. Windows color (decimal): -5156253 or 6509233. OLE color: 6509233.

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

Color convert

RGB1778299-
CMYK00.540.440.31
HSL349.26º37.85%50.78%-
HSV(B)349.26º53.67%69.41%-
XYZ23.416.2813.71-
YUV112.34120.47174.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=49.44%
G=22.91%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177829900.540.440.31349.2637.8550.78
HexB152630362C1F15d2633
Octal26112214306654375354663
Binary1011000110100101100011011011010110011111101011101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15263; }

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

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

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

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

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

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

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

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