#B2545F

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

Shades of Blush #B2545F

Tints of Blush #B2545F

Color information

#B2545F (or 0xB2545F) is unknown color: approx Blush. HEX triplet: B2, 54 and 5F. RGB value is (178,84,95). Sum of RGB (Red+Green+Blue) = 178+84+95=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2545F is #4DABA0. Grayscale: #717171. Windows color (decimal): -5090209 or 6247602. OLE color: 6247602.

HSL color Cylindrical-coordinate representation of color #B2545F: hue angle of 352.98º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2545F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1788495-
CMYK00.530.470.30
HSL352.98º37.9%51.37%-
HSV(B)352.98º52.81%69.8%-
XYZ23.616.6312.79-
YUV113.36117.64174.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=49.86%
G=23.53%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178849500.530.470.30352.9837.951.37
HexB2545F0352F1E1612633
Octal26212413706557365414663
Binary1011001010101001011111011010110111111110101100001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2545F; }

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

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

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

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

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

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

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

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