#B04955

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

Shades of Hippie Pink #B04955

Tints of Hippie Pink #B04955

Color information

#B04955 (or 0xB04955) is unknown color: approx Hippie Pink. HEX triplet: B0, 49 and 55. RGB value is (176,73,85). Sum of RGB (Red+Green+Blue) = 176+73+85=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B04955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04955 is #4FB6AA. Grayscale: #696969. Windows color (decimal): -5224107 or 5589424. OLE color: 5589424.

HSL color Cylindrical-coordinate representation of color #B04955: hue angle of 353.01º degrees, saturation: 0.41, 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 #B04955 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1767385-
CMYK00.590.520.31
HSL353.01º41.37%48.82%-
HSV(B)353.01º58.52%69.02%-
XYZ21.9314.6510.27-
YUV105.16116.62178.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=52.69%
G=21.86%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176738500.590.520.31353.0141.3748.82
HexB0495503B341F1612931
Octal26011112507364375415161
Binary1011000010010011010101011101111010011111101100001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04955; }

 p { color: rgb(176,73,85); }

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

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

 a { background-color: rgb(176,73,85); }

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

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

 span { border-color: rgb(176,73,85); }

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