#B04052

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

Shades of Hippie Pink #B04052

Tints of Hippie Pink #B04052

Color information

#B04052 (or 0xB04052) is unknown color: approx Hippie Pink. HEX triplet: B0, 40 and 52. RGB value is (176,64,82). Sum of RGB (Red+Green+Blue) = 176+64+82=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B04052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04052 is #4FBFAD. Grayscale: #636363. Windows color (decimal): -5226414 or 5390512. OLE color: 5390512.

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

Color convert

RGB1766482-
CMYK00.640.530.31
HSL350.36º46.67%47.06%-
HSV(B)350.36º63.64%69.02%-
XYZ21.2613.519.47-
YUV99.54118.11182.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=54.66%
G=19.88%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176648200.640.530.31350.3646.6747.06
HexB04052040351F15e2f2f
Octal260100122010065375365757
Binary10110000100000010100100100000011010111111101011110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04052; }

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

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

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

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

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

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

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

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