#B15969

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

Shades of Blush #B15969

Tints of Blush #B15969

Color information

#B15969 (or 0xB15969) is unknown color: approx Blush. HEX triplet: B1, 59 and 69. RGB value is (177,89,105). Sum of RGB (Red+Green+Blue) = 177+89+105=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B15969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15969 is #4EA696. Grayscale: #757575. Windows color (decimal): -5154455 or 6904241. OLE color: 6904241.

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

Color convert

RGB17789105-
CMYK00.500.410.31
HSL349.09º36.07%52.16%-
HSV(B)349.09º49.72%69.41%-
XYZ24.2517.5115.47-
YUV117.14121.15170.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=47.71%
G=23.99%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778910500.500.410.31349.0936.0752.16
HexB15969032291F15d2434
Octal26113115106251375354464
Binary1011000110110011101001011001010100111111101011101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15969; }

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

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

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

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

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

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

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

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