#B25169

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

Shades of Blush #B25169

Tints of Blush #B25169

Color information

#B25169 (or 0xB25169) is unknown color: approx Blush. HEX triplet: B2, 51 and 69. RGB value is (178,81,105). Sum of RGB (Red+Green+Blue) = 178+81+105=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B25169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25169 is #4DAE96. Grayscale: #707070. Windows color (decimal): -5090967 or 6902194. OLE color: 6902194.

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

Color convert

RGB17881105-
CMYK00.540.410.30
HSL345.15º38.65%50.78%-
HSV(B)345.15º54.49%69.8%-
XYZ23.8516.3715.27-
YUV112.74123.64174.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=48.90%
G=22.25%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788110500.540.410.30345.1538.6550.78
HexB25169036291E1592733
Octal26212115106651365314763
Binary1011001010100011101001011011010100111110101011001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25169; }

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

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

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

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

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

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

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

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