#B15962

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

Shades of Blush #B15962

Tints of Blush #B15962

Color information

#B15962 (or 0xB15962) is unknown color: approx Blush. HEX triplet: B1, 59 and 62. RGB value is (177,89,98). Sum of RGB (Red+Green+Blue) = 177+89+98=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B15962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15962 is #4EA69D. Grayscale: #747474. Windows color (decimal): -5154462 or 6445489. OLE color: 6445489.

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

Color convert

RGB1778998-
CMYK00.500.450.31
HSL353.86º36.07%52.16%-
HSV(B)353.86º49.72%69.41%-
XYZ23.9117.3713.65-
YUV116.34117.65171.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 98 (38.67% from 255) = 26.92%
R=48.63%
G=24.45%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177899800.500.450.31353.8636.0752.16
HexB159620322D1F1622434
Octal26113114206255375424464
Binary1011000110110011100010011001010110111111101100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15962; }

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

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

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

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

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

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

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

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