#B04857

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

Shades of Hippie Pink #B04857

Tints of Hippie Pink #B04857

Color information

#B04857 (or 0xB04857) is unknown color: approx Hippie Pink. HEX triplet: B0, 48 and 57. RGB value is (176,72,87). Sum of RGB (Red+Green+Blue) = 176+72+87=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B04857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04857 is #4FB7A8. Grayscale: #686868. Windows color (decimal): -5224361 or 5720240. OLE color: 5720240.

HSL color Cylindrical-coordinate representation of color #B04857: hue angle of 351.35º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04857 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1767287-
CMYK00.590.510.31
HSL351.35º41.94%48.63%-
HSV(B)351.35º59.09%69.02%-
XYZ21.9414.5510.67-
YUV104.81117.96178.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=52.54%
G=21.49%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176728700.590.510.31351.3541.9448.63
HexB0485703B331F15f2a31
Octal26011012707363375375261
Binary1011000010010001010111011101111001111111101011111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04857; }

 p { color: rgb(176,72,87); }

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

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

 a { background-color: rgb(176,72,87); }

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

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

 span { border-color: rgb(176,72,87); }

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