#B25971

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

Shades of Blush #B25971

Tints of Blush #B25971

Color information

#B25971 (or 0xB25971) is unknown color: approx Blush. HEX triplet: B2, 59 and 71. RGB value is (178,89,113). Sum of RGB (Red+Green+Blue) = 178+89+113=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B25971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25971 is #4DA68E. Grayscale: #767676. Windows color (decimal): -5088911 or 7428530. OLE color: 7428530.

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

Color convert

RGB17889113-
CMYK00.50.370.30
HSL343.82º36.63%52.35%-
HSV(B)343.82º50%69.8%-
XYZ24.9117.817.75-
YUV118.35124.99170.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=46.84%
G=23.42%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788911300.50.370.30343.8236.6352.35
HexB25971032251E1582534
Octal26213116106245365304564
Binary1011001010110011110001011001010010111110101011000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25971; }

 p { color: rgb(178,89,113); }

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

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

 a { background-color: rgb(178,89,113); }

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

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

 span { border-color: rgb(178,89,113); }

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