#B15467

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

Shades of Blush #B15467

Tints of Blush #B15467

Color information

#B15467 (or 0xB15467) is unknown color: approx Blush. HEX triplet: B1, 54 and 67. RGB value is (177,84,103). Sum of RGB (Red+Green+Blue) = 177+84+103=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B15467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15467 is #4EAB98. Grayscale: #717171. Windows color (decimal): -5155737 or 6771889. OLE color: 6771889.

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

Color convert

RGB17784103-
CMYK00.530.420.31
HSL347.74º37.35%51.18%-
HSV(B)347.74º52.54%69.41%-
XYZ23.7516.6714.8-
YUV113.97121.81172.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=48.63%
G=23.08%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778410300.530.420.31347.7437.3551.18
HexB154670352A1F15c2533
Octal26112414706552375344563
Binary1011000110101001100111011010110101011111101011100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15467; }

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

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

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

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

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

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

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

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