#B25159

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

Shades of Hippie Pink #B25159

Tints of Hippie Pink #B25159

Color information

#B25159 (or 0xB25159) is unknown color: approx Hippie Pink. HEX triplet: B2, 51 and 59. RGB value is (178,81,89). Sum of RGB (Red+Green+Blue) = 178+81+89=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B25159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25159 is #4DAEA6. Grayscale: #6E6E6E. Windows color (decimal): -5090983 or 5853618. OLE color: 5853618.

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

Color convert

RGB1788189-
CMYK00.540.50.30
HSL355.05º38.65%50.78%-
HSV(B)355.05º54.49%69.8%-
XYZ23.1116.0711.34-
YUV110.92115.64175.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=51.15%
G=23.28%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178818900.540.50.30355.0538.6550.78
HexB25159036321E1632733
Octal26212113106662365434763
Binary1011001010100011011001011011011001011110101100011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25159; }

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

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

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

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

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

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

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

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