#B1545F

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

Shades of Blush #B1545F

Tints of Blush #B1545F

Color information

#B1545F (or 0xB1545F) is unknown color: approx Blush. HEX triplet: B1, 54 and 5F. RGB value is (177,84,95). Sum of RGB (Red+Green+Blue) = 177+84+95=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1545F is #4EABA0. Grayscale: #717171. Windows color (decimal): -5155745 or 6247601. OLE color: 6247601.

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

Color convert

RGB1778495-
CMYK00.530.460.31
HSL352.9º37.35%51.18%-
HSV(B)352.9º52.54%69.41%-
XYZ23.3716.5112.78-
YUV113.06117.81173.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=49.72%
G=23.60%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177849500.530.460.31352.937.3551.18
HexB1545F0352E1F1612533
Octal26112413706556375414563
Binary1011000110101001011111011010110111011111101100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1545F; }

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

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

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

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

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

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

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

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