#B15D69

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

Shades of Blush #B15D69

Tints of Blush #B15D69

Color information

#B15D69 (or 0xB15D69) is unknown color: approx Blush. HEX triplet: B1, 5D and 69. RGB value is (177,93,105). Sum of RGB (Red+Green+Blue) = 177+93+105=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D69 is #4EA296. Grayscale: #777777. Windows color (decimal): -5153431 or 6905265. OLE color: 6905265.

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

Color convert

RGB17793105-
CMYK00.470.410.31
HSL351.43º35%52.94%-
HSV(B)351.43º47.46%69.41%-
XYZ24.618.215.58-
YUV119.48119.83169.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 105 (41.41% from 255) = 28%
R=47.2%
G=24.8%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779310500.470.410.31351.433552.94
HexB15D6902F291F15f2335
Octal26113515105751375374365
Binary1011000110111011101001010111110100111111101011111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D69; }

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

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

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

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

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

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

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

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