#B15F62

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

Shades of Blush #B15F62

Tints of Blush #B15F62

Color information

#B15F62 (or 0xB15F62) is unknown color: approx Blush. HEX triplet: B1, 5F and 62. RGB value is (177,95,98). Sum of RGB (Red+Green+Blue) = 177+95+98=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F62 is #4EA09D. Grayscale: #777777. Windows color (decimal): -5152926 or 6447025. OLE color: 6447025.

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

Color convert

RGB1779598-
CMYK00.460.450.31
HSL357.8º34.45%53.33%-
HSV(B)357.8º46.33%69.41%-
XYZ24.4318.4113.82-
YUV119.86115.67168.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 98 (38.67% from 255) = 26.49%
R=47.84%
G=25.68%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177959800.460.450.31357.834.4553.33
HexB15F6202E2D1F1662235
Octal26113714205655375464265
Binary1011000110111111100010010111010110111111101100110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F62; }

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

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

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

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

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

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

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

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