#B25B6E

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

Shades of Blush #B25B6E

Tints of Blush #B25B6E

Color information

#B25B6E (or 0xB25B6E) is unknown color: approx Blush. HEX triplet: B2, 5B and 6E. RGB value is (178,91,110). Sum of RGB (Red+Green+Blue) = 178+91+110=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25B6E is #4DA491. Grayscale: #777777. Windows color (decimal): -5088402 or 7232434. OLE color: 7232434.

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

Color convert

RGB17891110-
CMYK00.490.380.30
HSL346.9º36.1%52.75%-
HSV(B)346.9º48.88%69.8%-
XYZ24.9218.0716.93-
YUV119.18122.82169.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=46.97%
G=24.01%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789111000.490.380.30346.936.152.75
HexB25B6E031261E15b2435
Octal26213315606146365334465
Binary1011001010110111101110011000110011011110101011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B6E; }

 p { color: rgb(178,91,110); }

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

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

 a { background-color: rgb(178,91,110); }

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

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

 span { border-color: rgb(178,91,110); }

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