#B1546D

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

Shades of Blush #B1546D

Tints of Blush #B1546D

Color information

#B1546D (or 0xB1546D) is unknown color: approx Blush. HEX triplet: B1, 54 and 6D. RGB value is (177,84,109). Sum of RGB (Red+Green+Blue) = 177+84+109=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1546D is #4EAB92. Grayscale: #727272. Windows color (decimal): -5155731 or 7165105. OLE color: 7165105.

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

Color convert

RGB17784109-
CMYK00.530.380.31
HSL343.87º37.35%51.18%-
HSV(B)343.87º52.54%69.41%-
XYZ24.0616.7916.44-
YUV114.66124.81172.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=47.84%
G=22.70%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778410900.530.380.31343.8737.3551.18
HexB1546D035261F1582533
Octal26112415506546375304563
Binary1011000110101001101101011010110011011111101011000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1546D; }

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

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

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

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

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

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

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

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