#B25459

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

Shades of Hippie Pink #B25459

Tints of Hippie Pink #B25459

Color information

#B25459 (or 0xB25459) is unknown color: approx Hippie Pink. HEX triplet: B2, 54 and 59. RGB value is (178,84,89). Sum of RGB (Red+Green+Blue) = 178+84+89=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B25459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25459 is #4DABA6. Grayscale: #707070. Windows color (decimal): -5090215 or 5854386. OLE color: 5854386.

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

Color convert

RGB1788489-
CMYK00.530.50.30
HSL356.81º37.9%51.37%-
HSV(B)356.81º52.81%69.8%-
XYZ23.3316.5311.41-
YUV112.68114.64174.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.71%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 89 (35.16% from 255) = 25.36%
R=50.71%
G=23.93%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178848900.530.50.30356.8137.951.37
HexB25459035321E1652633
Octal26212413106562365454663
Binary1011001010101001011001011010111001011110101100101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25459; }

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

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

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

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

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

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

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

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