#B0465D

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

Shades of Hippie Pink #B0465D

Tints of Hippie Pink #B0465D

Color information

#B0465D (or 0xB0465D) is unknown color: approx Hippie Pink. HEX triplet: B0, 46 and 5D. RGB value is (176,70,93). Sum of RGB (Red+Green+Blue) = 176+70+93=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0465D is #4FB9A2. Grayscale: #686868. Windows color (decimal): -5224867 or 6112944. OLE color: 6112944.

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

Color convert

RGB1767093-
CMYK00.600.470.31
HSL346.98º43.09%48.24%-
HSV(B)346.98º60.23%69.02%-
XYZ22.0714.411.97-
YUV104.32121.62179.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=51.92%
G=20.65%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176709300.600.470.31346.9843.0948.24
HexB0465D03C2F1F15b2b30
Octal26010613507457375335360
Binary1011000010001101011101011110010111111111101011011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0465D; }

 p { color: rgb(176,70,93); }

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

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

 a { background-color: rgb(176,70,93); }

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

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

 span { border-color: rgb(176,70,93); }

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