#B25457

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

Shades of Hippie Pink #B25457

Tints of Hippie Pink #B25457

Color information

#B25457 (or 0xB25457) is unknown color: approx Hippie Pink. HEX triplet: B2, 54 and 57. RGB value is (178,84,87). Sum of RGB (Red+Green+Blue) = 178+84+87=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B25457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25457 is #4DABA8. Grayscale: #707070. Windows color (decimal): -5090217 or 5723314. OLE color: 5723314.

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

Color convert

RGB1788487-
CMYK00.530.510.30
HSL358.09º37.9%51.37%-
HSV(B)358.09º52.81%69.8%-
XYZ23.2516.4910.97-
YUV112.45113.64174.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 87 (34.38% from 255) = 24.93%
R=51.00%
G=24.07%
B=24.93%

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
Decimal178848700.530.510.30358.0937.951.37
HexB25457035331E1662633
Octal26212412706563365464663
Binary1011001010101001010111011010111001111110101100110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25457; }

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

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

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

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

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

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

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

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