#B25369

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

Shades of Blush #B25369

Tints of Blush #B25369

Color information

#B25369 (or 0xB25369) is unknown color: approx Blush. HEX triplet: B2, 53 and 69. RGB value is (178,83,105). Sum of RGB (Red+Green+Blue) = 178+83+105=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B25369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25369 is #4DAC96. Grayscale: #717171. Windows color (decimal): -5090455 or 6902706. OLE color: 6902706.

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

Color convert

RGB17883105-
CMYK00.530.410.30
HSL346.11º38.15%51.18%-
HSV(B)346.11º53.37%69.8%-
XYZ2416.6715.32-
YUV113.91122.97173.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=48.63%
G=22.68%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788310500.530.410.30346.1138.1551.18
HexB25369035291E15a2633
Octal26212315106551365324663
Binary1011001010100111101001011010110100111110101011010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25369; }

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

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

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

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

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

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

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

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