#B15967

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

Shades of Blush #B15967

Tints of Blush #B15967

Color information

#B15967 (or 0xB15967) is unknown color: approx Blush. HEX triplet: B1, 59 and 67. RGB value is (177,89,103). Sum of RGB (Red+Green+Blue) = 177+89+103=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B15967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15967 is #4EA698. Grayscale: #747474. Windows color (decimal): -5154457 or 6773169. OLE color: 6773169.

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

Color convert

RGB17789103-
CMYK00.500.420.31
HSL350.45º36.07%52.16%-
HSV(B)350.45º49.72%69.41%-
XYZ24.1517.4714.93-
YUV116.91120.15170.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 103 (40.62% from 255) = 27.91%
R=47.97%
G=24.12%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778910300.500.420.31350.4536.0752.16
HexB159670322A1F15e2434
Octal26113114706252375364464
Binary1011000110110011100111011001010101011111101011110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15967; }

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

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

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

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

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

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

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

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