#B15168

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

Shades of Blush #B15168

Tints of Blush #B15168

Color information

#B15168 (or 0xB15168) is unknown color: approx Blush. HEX triplet: B1, 51 and 68. RGB value is (177,81,104). Sum of RGB (Red+Green+Blue) = 177+81+104=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B15168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15168 is #4EAE97. Grayscale: #707070. Windows color (decimal): -5156504 or 6836657. OLE color: 6836657.

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

Color convert

RGB17781104-
CMYK00.540.410.31
HSL345.62º38.1%50.59%-
HSV(B)345.62º54.24%69.41%-
XYZ23.5716.2314.99-
YUV112.33123.3174.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 81 (32.03% from 255) = 22.38%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=48.90%
G=22.38%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778110400.540.410.31345.6238.150.59
HexB15168036291F15a2633
Octal26112115006651375324663
Binary1011000110100011101000011011010100111111101011010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15168; }

 p { color: rgb(177,81,104); }

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

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

 a { background-color: rgb(177,81,104); }

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

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

 span { border-color: rgb(177,81,104); }

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