#B04B53

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

Shades of Hippie Pink #B04B53

Tints of Hippie Pink #B04B53

Color information

#B04B53 (or 0xB04B53) is unknown color: approx Hippie Pink. HEX triplet: B0, 4B and 53. RGB value is (176,75,83). Sum of RGB (Red+Green+Blue) = 176+75+83=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B53 is #4FB4AC. Grayscale: #6A6A6A. Windows color (decimal): -5223597 or 5458864. OLE color: 5458864.

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

Color convert

RGB1767583-
CMYK00.570.530.31
HSL355.25º40.24%49.22%-
HSV(B)355.25º57.39%69.02%-
XYZ21.9814.899.9-
YUV106.11114.96177.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=52.69%
G=22.46%
B=24.85%

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
Decimal176758300.570.530.31355.2540.2449.22
HexB04B53039351F1632831
Octal26011312307165375435061
Binary1011000010010111010011011100111010111111101100011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B53; }

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

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

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

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

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

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

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

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