#B25358

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

Shades of Hippie Pink #B25358

Tints of Hippie Pink #B25358

Color information

#B25358 (or 0xB25358) is unknown color: approx Hippie Pink. HEX triplet: B2, 53 and 58. RGB value is (178,83,88). Sum of RGB (Red+Green+Blue) = 178+83+88=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B25358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25358 is #4DACA7. Grayscale: #707070. Windows color (decimal): -5090472 or 5788594. OLE color: 5788594.

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

Color convert

RGB1788388-
CMYK00.530.510.30
HSL356.84º38.15%51.18%-
HSV(B)356.84º53.37%69.8%-
XYZ23.2116.3611.17-
YUV111.98114.47175.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=51.00%
G=23.78%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178838800.530.510.30356.8438.1551.18
HexB25358035331E1652633
Octal26212313006563365454663
Binary1011001010100111011000011010111001111110101100101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25358; }

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

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

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

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

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

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

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

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