#B03F5C

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

Shades of Hippie Pink #B03F5C

Tints of Hippie Pink #B03F5C

Color information

#B03F5C (or 0xB03F5C) is unknown color: approx Hippie Pink. HEX triplet: B0, 3F and 5C. RGB value is (176,63,92). Sum of RGB (Red+Green+Blue) = 176+63+92=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F5C is #4FC0A3. Grayscale: #646464. Windows color (decimal): -5226660 or 6045616. OLE color: 6045616.

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

Color convert

RGB1766392-
CMYK00.640.480.31
HSL344.6º47.28%46.86%-
HSV(B)344.6º64.2%69.02%-
XYZ21.6113.5611.6-
YUV100.09123.44182.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.17%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=53.17%
G=19.03%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176639200.640.480.31344.647.2846.86
HexB03F5C040301F1592f2f
Octal26077134010060375315757
Binary1011000011111110111000100000011000011111101011001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03F5C; }

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

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

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

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

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

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

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

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