#B03F55

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

Shades of Hippie Pink #B03F55

Tints of Hippie Pink #B03F55

Color information

#B03F55 (or 0xB03F55) is unknown color: approx Hippie Pink. HEX triplet: B0, 3F and 55. RGB value is (176,63,85). Sum of RGB (Red+Green+Blue) = 176+63+85=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F55 is #4FC0AA. Grayscale: #636363. Windows color (decimal): -5226667 or 5586864. OLE color: 5586864.

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

Color convert

RGB1766385-
CMYK00.640.520.31
HSL348.32º47.28%46.86%-
HSV(B)348.32º64.2%69.02%-
XYZ21.3213.4410.06-
YUV99.29119.94182.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.32%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 85 (33.59% from 255) = 26.23%
R=54.32%
G=19.44%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176638500.640.520.31348.3247.2846.86
HexB03F55040341F15c2f2f
Octal26077125010064375345757
Binary1011000011111110101010100000011010011111101011100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03F55; }

 p { color: rgb(176,63,85); }

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

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

 a { background-color: rgb(176,63,85); }

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

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

 span { border-color: rgb(176,63,85); }

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