#B2575F

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

Shades of Blush #B2575F

Tints of Blush #B2575F

Color information

#B2575F (or 0xB2575F) is unknown color: approx Blush. HEX triplet: B2, 57 and 5F. RGB value is (178,87,95). Sum of RGB (Red+Green+Blue) = 178+87+95=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2575F is #4DA8A0. Grayscale: #737373. Windows color (decimal): -5089441 or 6248370. OLE color: 6248370.

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

Color convert

RGB1788795-
CMYK00.510.470.30
HSL354.73º37.14%51.96%-
HSV(B)354.73º51.12%69.8%-
XYZ23.8317.1112.87-
YUV115.12116.65172.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.44%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=49.44%
G=24.17%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178879500.510.470.30354.7337.1451.96
HexB2575F0332F1E1632534
Octal26212713706357365434564
Binary1011001010101111011111011001110111111110101100011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2575F; }

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

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

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

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

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

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

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

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