#B04152

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

Shades of Hippie Pink #B04152

Tints of Hippie Pink #B04152

Color information

#B04152 (or 0xB04152) is unknown color: approx Hippie Pink. HEX triplet: B0, 41 and 52. RGB value is (176,65,82). Sum of RGB (Red+Green+Blue) = 176+65+82=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B04152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04152 is #4FBEAD. Grayscale: #646464. Windows color (decimal): -5226158 or 5390768. OLE color: 5390768.

HSL color Cylindrical-coordinate representation of color #B04152: hue angle of 350.81º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04152 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1766582-
CMYK00.630.530.31
HSL350.81º46.06%47.25%-
HSV(B)350.81º63.07%69.02%-
XYZ21.3213.629.49-
YUV100.13117.77182.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.49%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=54.49%
G=20.12%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176658200.630.530.31350.8146.0647.25
HexB0415203F351F15f2e2f
Octal26010112207765375375657
Binary1011000010000011010010011111111010111111101011111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04152; }

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

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

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

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

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

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

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

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