#B04B52

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

Shades of Hippie Pink #B04B52

Tints of Hippie Pink #B04B52

Color information

#B04B52 (or 0xB04B52) is unknown color: approx Hippie Pink. HEX triplet: B0, 4B and 52. RGB value is (176,75,82). Sum of RGB (Red+Green+Blue) = 176+75+82=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B52 is #4FB4AD. Grayscale: #6A6A6A. Windows color (decimal): -5223598 or 5393328. OLE color: 5393328.

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

Color convert

RGB1767582-
CMYK00.570.530.31
HSL355.84º40.24%49.22%-
HSV(B)355.84º57.39%69.02%-
XYZ21.9414.879.7-
YUV106114.46177.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=52.85%
G=22.52%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176758200.570.530.31355.8440.2449.22
HexB04B52039351F1642831
Octal26011312207165375445061
Binary1011000010010111010010011100111010111111101100100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B52; }

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

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

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

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

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

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

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

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