#B04956

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

Shades of Hippie Pink #B04956

Tints of Hippie Pink #B04956

Color information

#B04956 (or 0xB04956) is unknown color: approx Hippie Pink. HEX triplet: B0, 49 and 56. RGB value is (176,73,86). Sum of RGB (Red+Green+Blue) = 176+73+86=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B04956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04956 is #4FB6A9. Grayscale: #696969. Windows color (decimal): -5224106 or 5654960. OLE color: 5654960.

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

Color convert

RGB1767386-
CMYK00.590.510.31
HSL352.43º41.37%48.82%-
HSV(B)352.43º58.52%69.02%-
XYZ21.9714.6710.48-
YUV105.28117.12178.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=52.54%
G=21.79%
B=25.67%

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
Decimal176738600.590.510.31352.4341.3748.82
HexB0495603B331F1602931
Octal26011112607363375405161
Binary1011000010010011010110011101111001111111101100000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04956; }

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

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

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

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

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

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

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

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