#b04b57

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

Shades of Hippie Pink #B04B57

Tints of Hippie Pink #B04B57

Color information

#B04B57 (or 0xB04B57) is unknown color: approx Hippie Pink. HEX triplet: B0, 4B and 57. RGB value is (176,75,87). Sum of RGB (Red+Green+Blue) = 176+75+87=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B57 is #4FB4A8. Grayscale: #6A6A6A. Windows color (decimal): -5223593 or 5721008. OLE color: 5721008.

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

Color convert

RGB1767587-
CMYK00.570.510.31
HSL352.87º40.24%49.22%-
HSV(B)352.87º57.39%69.02%-
XYZ22.1414.9510.74-
YUV106.57116.96177.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.07%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=52.07%
G=22.19%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176758700.570.510.31352.8740.2449.22
HexB04B57039331F1612831
Octal26011312707163375415061
Binary1011000010010111010111011100111001111111101100001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04b57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04b57; }

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

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

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

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

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

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

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

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