#B25969

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

Shades of Blush #B25969

Tints of Blush #B25969

Color information

#B25969 (or 0xB25969) is unknown color: approx Blush. HEX triplet: B2, 59 and 69. RGB value is (178,89,105). Sum of RGB (Red+Green+Blue) = 178+89+105=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B25969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25969 is #4DA696. Grayscale: #757575. Windows color (decimal): -5088919 or 6904242. OLE color: 6904242.

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

Color convert

RGB17889105-
CMYK00.50.410.30
HSL349.21º36.63%52.35%-
HSV(B)349.21º50%69.8%-
XYZ24.4817.6315.48-
YUV117.44120.99171.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=47.85%
G=23.92%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788910500.50.410.30349.2136.6352.35
HexB25969032291E15d2534
Octal26213115106251365354564
Binary1011001010110011101001011001010100111110101011101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25969; }

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

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

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

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

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

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

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

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