#B25859

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

Shades of Hippie Pink #B25859

Tints of Hippie Pink #B25859

Color information

#B25859 (or 0xB25859) is unknown color: approx Hippie Pink. HEX triplet: B2, 58 and 59. RGB value is (178,88,89). Sum of RGB (Red+Green+Blue) = 178+88+89=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B25859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25859 is #4DA7A6. Grayscale: #737373. Windows color (decimal): -5089191 or 5855410. OLE color: 5855410.

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

Color convert

RGB1788889-
CMYK00.510.50.30
HSL359.33º36.89%52.16%-
HSV(B)359.33º50.56%69.8%-
XYZ23.6517.1711.52-
YUV115.02113.32172.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=50.14%
G=24.79%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178888900.510.50.30359.3336.8952.16
HexB25859033321E1672534
Octal26213013106362365474564
Binary1011001010110001011001011001111001011110101100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25859; }

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

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

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

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

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

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

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

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