#b25970

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

Shades of Blush #B25970

Tints of Blush #B25970

Color information

#B25970 (or 0xB25970) is unknown color: approx Blush. HEX triplet: B2, 59 and 70. RGB value is (178,89,112). Sum of RGB (Red+Green+Blue) = 178+89+112=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B25970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25970 is #4DA68F. Grayscale: #767676. Windows color (decimal): -5088912 or 7362994. OLE color: 7362994.

HSL color Cylindrical-coordinate representation of color #B25970: hue angle of 344.49º 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 #B25970 is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17889112-
CMYK00.50.370.30
HSL344.49º36.63%52.35%-
HSV(B)344.49º50%69.8%-
XYZ24.8617.7817.45-
YUV118.23124.49170.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=46.97%
G=23.48%
B=29.55%

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
Decimal1788911200.50.370.30344.4936.6352.35
HexB25970032251E1582534
Octal26213116006245365304564
Binary1011001010110011110000011001010010111110101011000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25970; }

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

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

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

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

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

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

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

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